Empty cells with style aren't skipped anymore#8
Conversation
|
@azukaar Great catch, thanks! The way the code is structured I'll make the change to the source file, which is located in Before I do that, can you send or describe a test case that I can use to (a) verify it fails now and (b) see it succeed after implementing? The comment suggests this was a feature that was dropped but I don't think I changed that function, so I just want to be careful to get it right. |
|
@protobi Then open it and resave it using js-xlsx : Then Finally reopen the result in Excel and it will be : This is actually a real issue for a lot of Excel file, for exemple : Here, those strokes will disappear no matter what, because the inset cell will always be empty even after the report will be filled. |



Fixing #7