Nater
Nater
It looks like the 31 character limit is a hard coded limitation into MS Excel. There is nothing that I can find in the XLSX spec about this limitation, however....
@HardikGlib, can you provide a gist that demonstrates the issue? That "we found a problem" prompt can occur for many reasons and you may be seeing that for some reason...
@fahadsubzwari924, I am unable to replicate this issue. I am using this code sample. https://gist.github.com/natergj/0ddb5c287cbba42c7cff614728c47337 If you are still having this issue, please provide a complete gist that demonstrates the...
There are two kinds of workbook password protections. There is the "Password to open" and "Password to modify". The password to modify is pretty easy to implement as it just...
oK. I'll keep this issue open until I can add the ability to add "Password to open" Please open new issue for the Border item rather than adding it to...
It looks like the encrypted workbooks are stored in the same OLE format at the old xls documents. I don't think to add encryption support is going to be a...
@reg0 sheet calculations are turned on by default. @ilijaveselica, does this issue only occur when downloading the excel file from the internet and opening with Excel for Windows? If so,...
For super large workbooks that require formatting, increasing the head size is probably the best solution at this point. If the data does not need to be exported in a...
The issue here is that you are using moment to format your date prior to sending it to the cell's date setter. Dates in Excel are really just a unit...
@bharadipankaj, If you create a date using a string value with the time set explicitly to midnight (i.e `"2018-12-08T00:00:00.000Z"`), Excel should display the date as only the date. This will...