XLS read,filter and sort component

Hi all,

to get better in programming i tried my first steps in developing some components in c# (VS).
At the moment there are three of them to interact with xls files.They can read , write and filter.

Before writing
read

After writing
save

The querys to filter the rows in the table are descriped here
https://www.csharp-examples.net/dataview-rowfilter/

And here are the components with there coresponding assemblies.
XLS.zip (1.4 MB)

Im happy to hear some ideas what feature could be useful and how it could be improved besides icons and better description.

2 Likes

I would say dont limit yourself to xls…

And i would add filtering before sorting…