Stephan Richter

Results 12 comments of Stephan Richter

@bradbase So I know for sure that office honors the locale set on your computer. So we could pass a locale parameter tp make a decision how to parse the...

I would advise you strongly against that. If you return integers for dates that you need to capture somewhere, somehow that the cell is to be formatted as a date....

For defined ranges, the Sheet name is required, so I always use Sheet1!A;A. But since the error was in the generic XLRange parser, I was pointing out all valid options.

I am good as I have overwritten the method to not read any named ranges as I do not need them for calculations. (But of course I would like to...

@kmonson I think we would need to really treat `:` in ranges as an operator. I tried that as the parser has an option for that but it failed, meaning...

This is released. @kmonson Can we close this?

@zulqasar Would you mind creating a PR with tests?

Since this seems to be because of a CVE, it is unlikely to be changed back. But there could be a much better error message! I have hit the error...

I would use openpyxl to write files. Simply load the file again, fill in the data you like and save it again. No need to burden xlcalculator with this task....