Pontus

Results 20 comments of Pontus

Some of the tests are failing in #2591. I will look into it when I am back from my vacation.

I see this issue on Windows Server but not on my windows 10 and windows 11 machine. I cant figure out why it does not work on the Windows server...

Have there been any work of late to support local schemas?

It seems that the VBA script was the issue, I removed it and now the xls file parses without issue.

Yes sure, I will see if I can remove everything sensitive in the xls and upload it here.

I am trying to remove all the confidential information, but is not easy. But the issue seems to be related to whitespace in VBA script. If I add a newline...

Okay thanks, I will try that. I will also keep working on getting an example xls w/o confidential info..

@sftse Can you give example on how to do that using rust-cfb?

Thanks for that source code. I ran basically the same but added the xls read from calamine afterwards and it still gives the same error, ```rust use std::fs::File; use calamine::{open_workbook,...