filefy
filefy copied to clipboard
A javascript library to produce downloadable files such as in CSV, PDF, XLSX, DOCX formats
export CSV with Navigator.msSaveOrOpenBlob should not be used for Non-standard and Deprecated issues
- recommendation to not use
I'm working with material table and on my table, there are some filters by date. When I export the data, I need the user to see what they filtered the...
Filefy can't import to my TypeScript project. Or did I miss something?
I am using this package in my ReactJS code with material-table. In the exported CSV, all values are enclosed within double quotes. (see below) All I want is to export...
https://github.com/mbrn/filefy/blob/fd154dbb84ebe3b93f97726d644d3e5f151cbca8/src/csv-builder/CsvBuilder.ts#L10 A default value of `,` can be set if required. Something like: ```javascript constrcutor(fileName: string, delimiter: strinng = ",") { ```
Excel export should be available.