OptionalautoOptionalbomOptionalcompressOptionaldelimiterBy default CSV files are created using a comma (,) delimiter. If you need to change this for any reason the you can pass the options object with a delimiter property to the download function which will then use this delimiter instead of the comma.
OptionaldocumentAn optional callback documentProcessing can be set on the download config object, that is passed the jsPDF document object after the auto-table creation to allow full customization of the PDF
OptionaljsOptionalorientationOptionalrowOptionalrowOptionalsheetThe sheet name must be a valid Excel sheet name, and cannot include any of the following characters , /, *, [, ], :,
OptionalstyleBy default the HTML output is a simple un-styled table. if you would like to match the current table styling you can set the style property to true.
OptionaltestOptionaltitleOptionalwrite
If you need the output CSV to include a byte order mark (BOM) to ensure that output with UTF-8 characters can be correctly interpreted across different applications, you should set the bom option to true.