Eric Jolibois
Eric Jolibois
closes #231
### What happened? If we have a column that is named let's say "upper", it works well pretty much everywhere. But in "case" statements, it doesn't work even if we...
See https://github.com/ToucanToco/fastexcel/issues/181#issue-2136125477 and https://github.com/ToucanToco/fastexcel/issues/158#issuecomment-1952777001 - [TEST_FASTEXCEL_MIXED_DATA.xlsx](https://github.com/ToucanToco/fastexcel/files/14295251/TEST_FASTEXCEL_MIXED_DATA.xlsx) - Same as the prior one, but introducing two additional columns with mixed data types (integer plus string, date plus string, no "NULL" string...
- add getting started in README and doc - add badges - add `CONTRIBUTING` - add `PULL REQUEST` template Straightforward but important for repo quality
closes #455 ### Explanation We had two files: `single-empty.ods` that worked fine and `multi-empty.ods` that didn't Why? Because for `single-empty.ods` the XML behind it only has one empty with `table:table-row...
Original issue: https://github.com/ToucanToco/fastexcel/issues/275
We have an issue https://github.com/ToucanToco/fastexcel/issues/209 that has been getting some popularity People want to be able to set the "header row" knowing where it starts and the fact that calamine...
### What happened? Still working on a query builder to convert transformation steps into SQL via PRQL We have an issue with `append` that doesn't seem to work well with...