### Search before asking - [x] I searched in the [issues](https://github.com/fast-excel/fastexcel/issues) and found nothing similar. ### Features - [x] support delimiters, quotes, and other parameters when reading and writing csv files ### Solution - add a new parameter `CSVFormat` in `ReadWorkbook` and `WriteWorkbook` - extend a new `ParameterBuilder` to set CSVFormat - compatible with existing parameters,like `autoTrim` and `ignoreEmptyRow` ### Anything else? #### Mention Issues - [easyexcel-issue-3414](https://github.com/alibaba/easyexcel/issues/3414) - [easyexcel-issue-3868](https://github.com/alibaba/easyexcel/issues/3868) - [easyexcel-issue-4086](https://github.com/alibaba/easyexcel/issues/4086) ### Are you willing to submit a PR? - [x] I'm willing to submit a PR!