writing XLSX #19

Closed
opened 2013-03-28 13:59:36 +00:00 by Niggler · 4 comments
Niggler commented 2013-03-28 13:59:36 +00:00 (Migrated from github.com)
No description provided.
dmudro commented 2014-05-07 15:27:54 +00:00 (Migrated from github.com)

hi @Niggler, any plans for writing API?

hi @Niggler, any plans for writing API?
SheetJSDev commented 2014-05-08 14:01:02 +00:00 (Migrated from github.com)

@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

@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 commented 2014-05-16 01:15:02 +00:00 (Migrated from github.com)

@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)

@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 commented 2014-05-21 17:49:31 +00:00 (Migrated from github.com)

@dmudro @gkz @Niggler see https://github.com/SheetJS/js-xlsx/issues/64#issuecomment-43708332 for a complete example

@dmudro @gkz @Niggler see https://github.com/SheetJS/js-xlsx/issues/64#issuecomment-43708332 for a complete example
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#19
No description provided.