简体   繁体   中英

Filter my Excel data file on certain parameters using C#

I have a file named ProductList.xlsx which has following data: My Original data file

Parameters required for my data : Parameters Required

If a particular row doesn't have any one of given requirement then I want that row to be deleted and add to new excel file "Errors.xlsx"

I am new to this and don't know which method to use to filter my data. Any kind of help will be appreciated. Thanks in advance :-)

If you really want to achieve this with c# can use an external library. Like ExcelLibrary for example.

But I would suggest that you take a look at macros programmed with Visual Basic for Applications. It's integrated in Microsoft office and there are a Lot of free and easy Tutorials .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM