Code snippet for reading from a .xlsx file in VC++
-
Hi, I have a excel file with two columns. Namely Binary Name, Binary Size. I need to read each binary name,size from the excel file and compare that with the Binary name and size in the corresponding installation folder. Can I have a code snippet for reading the Binary Name, Binary Size from the .xlsx file Thanks in advance.
-
Hi, I have a excel file with two columns. Namely Binary Name, Binary Size. I need to read each binary name,size from the excel file and compare that with the Binary name and size in the corresponding installation folder. Can I have a code snippet for reading the Binary Name, Binary Size from the .xlsx file Thanks in advance.
-
Hi, I have a excel file with two columns. Namely Binary Name, Binary Size. I need to read each binary name,size from the excel file and compare that with the Binary name and size in the corresponding installation folder. Can I have a code snippet for reading the Binary Name, Binary Size from the .xlsx file Thanks in advance.
Are you wanting to use Excel Automation, or if you are using MFC, there's
CDatabase
andCRecordset
which can read through an Excel file via ODBC."Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons