Nater
Nater
I actually had this issue at the place I was working when I first wrote this library. The limiting factor in my scenario was the response time for database queries...
Not that I know of. There is an application wide setting to disable the error checking, but I don't know of a way to set it at the workbook level
This feature was brought up before in [Issue 23](https://github.com/natergj/excel4node/issues/23#issuecomment-71316618). The problem is that there is no "100%" width in the XML standard. The fix would basically be to add a...
I am unable to recreate your issue. I tested with the following gist and everything came out as expected. https://gist.github.com/natergj/21266b7f9f7653006d20d15eb45d18b1  with `wrapText` set to false, the output looks like...
The "send to back" feature of Excel is used to set layering of multiple images in Excel. You should be able to accomplish this by just changing the order in...
@SferaDev, I am unable to reproduce this issue using the code in this gist: https://gist.github.com/natergj/40b7dc4eed9fc0ab3e5a76f8d79f5adc Could you provide a code sample that replicates the issue?
could you provide a gist of a file that causes this error? Following that stack trace, I can't think of a situation that where this error might have occurred.
@karan-jaryal Thanks for the bug report and the code example! Are you using the latest version of the excel4node library? I am unable to reproduce this issue, but I am...
I was asked by one of the people who use the spreadsheets that are created by the library if I could update it to do just this. It certainly is...
just an FYI. tomorrow night I'm planning on merging my dev branch into master. It is a complete refactor which takes care of quite a few inefficiencies and cleans up...