Jan Källman

Results 124 comments of Jan Källman

This is the intended behaviour. Discarding overflowing cells on rows or columns without a notification sounds dangerous to me. If you are writing a rolling log appender I can understand...

We have not look into it, so it's not on the roadmap. I'll add it as an enhancement, so we can estimate the effort to implement it.

No, we have not looked at this yet. I thing this is a pretty big feature, so it's not planned in the near future.

No, the range is no updated when inserting or deleting in a range. As this is the current behavior we can't really change it, but we will look at returning...

Yes, insertedRng will be set to the range updated after the insert or delete operation. rng will still point to B3:B5. Otherwise we will have a breaking change.

No, data models are currently not supported, so the `Distinct Count` will not work with EPPlus. I'll add this as an enhancement for now.

Hello, I get a 403 - Access denied - on the link to the image. Can you supply a new link?

The png fix was for the build-in `GenericImageHandler` . You are using the `SystemDrawingImageHandler` here. I suggest you try the `GenericImageHandler`, but if you want to use the `SystemDrawingImageHandler` make...

You can just remove that line. `GenericImageHandler ` is the default on non-windows systems. Libgdiplus is only required if you use the `SystemDrawingImageHandler`. I have not tried installing libgdiplus on...

Sorry for the delayed answer. Do you think you can provide a zipped sample project to reproduce this. I can't run this code-snippet without the correct references.