Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fix_line_break_ods #1916
Fix_line_break_ods #1916
Conversation
Code-wise looks fine (not exactly rocket science), can you also update the |
Change looks good, but please add it to https://github.com/SheetJS/sheetjs/blob/master/bits/81_writeods.js#L27, since |
This contribution does a serie of changes to make the resulting a bit more usable when text field are exported: * column width has been limited so we can avoid gigantic cell * the row height is expanded to fit the multiple lines of the text if needed * "\r\n" is replaced by "\n" to avoid the escaping of "\r" is the cell content The bookSST [0] option has been enabled when creating the XSLX to avoid issues with LibreOffice/OpenOffice [1]. Part of story #15096: export a report of tests for a milestone [0] https://github.com/SheetJS/sheetjs/blob/v0.16.6/README.md#writing-options [1] SheetJS/sheetjs#1916 Change-Id: Iac7215ca7dfe5fee52a0400d58d679fbe8948c99
Sorry, I still meet this problem. |
FIX libreOffice multi line cells #108