FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · plotdb/csv4xls · GitHub

/ csv4xls Public

Tags: plotdb/csv4xls

Tags

v0.6.0

Toggle v0.6.0's commit message
regen

v0.5.0

Toggle v0.5.0's commit message
regen

v0.4.4

Toggle v0.4.4's commit message
regen

v0.4.3

Toggle v0.4.3's commit message
 - fix typo in delimiter option determining

 - bump version

v0.4.2

Toggle v0.4.2's commit message
 - 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

v0.4.1

Toggle v0.4.1's commit message
 - 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

v0.4.0

Toggle v0.4.0's commit message
 - upgrade dependencies

 - bump version

v0.3.0

Toggle v0.3.0's commit message
 - add `toString` api

 - bump version

v0.2.0

Toggle v0.2.0's commit message
update change log format

v0.1.0

Toggle v0.1.0's commit message
 - add `download` api for trigger csv download directly.


Back | FazBrowse Home | New Git URL