Style format is broken after read and save the same file
See original GitHub issueI attached my template I need to read and write some data using my file.
var workbook = new Excel.Workbook();
workbook.xlsx.readFile('./reports/templates/template.xlsx')
.then(function(stream) {
var options = {
useSharedStrings: true,
useStyles: true
};
stream.xlsx.writeFile("Test.xlsx", options)
.then(function(){
console.log("Done.");
})
});
Please can you look, Thanks, David
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Word document formatting is not retained ... - Microsoft Support
Describes a problem in which a source document takes on the formatting of the destination document, even if you insert a section break....
Read more >Troubleshoot damaged InDesign documents - Adobe Support
From the Character Styles menu, choose Delete Styles. Save your document and see if it's fixed. If the problem persists, try deleting paragraph ......
Read more >How to fix Mail Merge formatting issues in Word - Ablebits
Before starting a mail merge, perform the following steps in Microsoft Word. Go to File > Options > Advanced. Scroll down to the...
Read more >Word: Document goes to 'read-only' for no reason
The workaround I've used to date has been to do a 'save as' and save the document with a slightly different file name....
Read more >Apply formatting rules | JetBrains Rider Documentation
You can apply formatting preferences every time you save changes in a file to make sure that your edits always comply with your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately, I cannot explore this (and many other issues) that I would like - I don’t have enough time for volunteer working as earlier.
If you would like to allow me to spend more time on open source activities around spreadsheet files (ExcelJS + XToolSet) or order me some issue being done, write me hi@siemienik.pl.
#1500
Hello,
How did you solve it using exceljs?