Eric Jolibois

Results 115 comments of Eric Jolibois

see https://github.com/ToucanToco/fastexcel/issues/209#issuecomment-2239211891

`header_row` is the row chosen for the header so of course all rows are taken into account. Once this is set, `skip_rows` is just the number of rows you want...

This requires changes on calamine side. I will try to open a PR soon. Since 0.11 has some nice improvements, we don't want to postpone it even more for that

@severinh The API between fastexcel and calamine is a bit different. On fastexcel we already have `header_row = None` to say we don't want any header but at the moment...

Yup I wanted to have this discussion with you (hence this new issue and my message on Slack 😛) Let's add that in v0.10.0 and release a new 0.9.1 today....

This is planned for v0.10.0. I'll work on it this weekend. @lukapeschke and I will publish the new release in March for sure!

https://github.com/ToucanToco/fastexcel/issues/220#issuecomment-2042627835 for reference

Hello @durgeksh I pushed https://github.com/ToucanToco/fastexcel/pull/293 to showcase the current behavior, which seems ok to me. If it's not can you please share a file and explain the current behavior and...

Glad to see https://github.com/tafia/calamine/pull/409 has been merged. Hopefully we get a new release soon 👍

New benchmark looks great 😃