Skip to content

v2.2.0 - Excel Export Custom Styling & Format

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 21 Dec 23:56
· 1501 commits to master since this release

2.2.0 (2022-12-21)

This new release brings a lot of improvement on the Excel exports, it will now auto-detect the correct cell format to use for a lot of column type. It is mostly helpful with column of type number, however please note that column Date type will be exported as string (not as Date type) even if exportWithFormatter (unless it is specifically set to false) the reason is because of complexity to implement in code, however that should be easy enough for the user to convert it himself. The next big thing, which is also for Excel export, is that we can now customize each column Excel cell styling & custom format (note that doing this would override any auto-detected Excel format).

Excel Custom Styling & Format Live Demo and Excel Custom Styling Wiki

Thanks to @austinsimpson for getting this feature started

Happy Holidays ⭐🎁🎄

Bug Fixes

Features