Results 26 comments of Jordi Burgos

I came up with the same issue. For the new design, I would add a different "onChange" property that accepts the same parameters. At the moment "onChange" receives all the...

Reading the file with encoding set fixes this problem: const input = fs.readFileSync('./thefile.txt', {encoding: 'utf8'});

As @a1an77 says, the best spot would be the middle of the path of the line. This is an example of using the centre of the polyline. The label points...

I have found the same problem when commenting a JS file like this: ``` ... ... ``` The file gets added to the result script even that it is commented.

I was using Ubuntu 16.04

Hi @BlvckParrot I don't think it's possible at the moment. I'll investigate it.

Would transition to TypeScript be considered too? I could help with that.

I started developing this feature. Check the PR: https://github.com/jmaister/excellentexport/pull/678 Now you can define types and formats for ranges of cells. i.e. A1:B5 type Integer, C1:C5 type Date

@carodiu for the row height, column width, etc... I am investigating it now. Take a look at this PR: https://github.com/jmaister/excellentexport/pull/678

@sergeushenecz Height and width is something to investigate. Please open a new issue if needed with your example.