| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Add `forceText` option to force all cells in XLSX output to be tex…
…t type
- Prevents Excel from automatically converting data types
- Works with `toXlsx`, `toBlob`, `toHref`, and `download` methods when using XLSX format
- Usage: `csv4xls.toBlob(data, {format: 'xlsx', forceText: true})`
- bump version
- Add `toHtml` method to convert data to HTML table format - Applies `mso-number-format:'\@'` style to cells to prevent Excel from changing formats - Supports configurable table class, cell styling, and header row options - Properly escapes HTML special characters in cell content - Add new format options to `toBlob` and `download` methods: - `format: 'html'` - outputs HTML table with MIME type `text/html` and `.html` extension - `format: 'xls-html'` - outputs HTML table with BOM and MIME type `application/vnd.ms-excel` for Excel compatibility with `.xls` extension - HTML options can be passed via `options.html` object - bump version
| Back | FazBrowse Home | New Git URL |