troldal / OpenXLSX

A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.
BSD 3-Clause "New" or "Revised" License
1.39k stars 337 forks source link

Support for tables, filters and color-filling #262

Open easymoney322 opened 3 months ago

easymoney322 commented 3 months ago

Hello, I'm using the library for the purpose of writing Excel documents.

I wasn't able to find any mentions of tables or filters in the code, examples, doxygen docs or in any recent issues.

Is it possible to form a worksheet in a similar manner, that would allow opt-out some column values and would allow sorting data on the fly?

If not, are there any plans for it?

aral-matrix commented 3 months ago

I could see that being useful, but it also is likely a non-trivial task, and I currently have to focus on the project that I originally needed OpenXLSX for myself, to finally get that one the road ;) So "maybe later" (tm) I could have a look at it? :)