Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

writing XLSX #19

Closed
redchair123 opened this issue Mar 28, 2013 · 4 comments
Closed

writing XLSX #19

redchair123 opened this issue Mar 28, 2013 · 4 comments

Comments

@redchair123
Copy link

No description provided.

@dmudro
Copy link

dmudro commented May 7, 2014

hi @Niggler, any plans for writing API?

@SheetJSDev
Copy link
Contributor

@dmudro there are two parts to writing:

  1. lifting from (your favorite javascript structure) to (common spreadsheet format)

  2. writing from (common spreadsheet format) to files

I've encountered some firefox performance problems that are holding up (2). As for (1), that is coming soon

@SheetJSDev
Copy link
Contributor

@dmudro @gkz @Niggler we can convert data from other formats to XLSX.

As part of (1) what type of structures are you dealing with now? For example, do you have an array of arrays or something that looks like our internal format (using A1-style cell addresses)

@SheetJSDev
Copy link
Contributor

@dmudro @gkz @Niggler see #64 (comment) for a complete example

SheetJSDev added a commit that referenced this issue Mar 9, 2022
- do not consume trailing currency symbol (fixes #19 h/t @wilg)
- detect minutes following absolute hour (fixes #23 h/t @tedbeer)
- verify the miscellaneous formats (fixes #27 h/t @reviewher)
@SheetJS SheetJS locked and limited conversation to collaborators Feb 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants