0

I am trying to access a column from an excel document from a C code in Linux. Is there a simple way to do this? There are more than 47000 rows and I want to store the data of particular column into an array of data structure.

1 Answers1

2

Use xlsLib library for parsing excel file. You can find more information here and Here

Community
  • 1
  • 1
Chinna
  • 3,930
  • 4
  • 25
  • 55