1

I have an excel document that I want to parse in PHP. The way I see it I have 2 options. 1)Parse the excel with a library like PHPExcel. 2) Convert the document to CSV and then parse that file.

I feel like it would be easier to convert the document to CSV, but what worries me is a lot of the fields are computed from formulas. Will I have a problem parsing out the calculated fields if I convert it to a CSV?

Tyler Hilbert
  • 2,107
  • 7
  • 35
  • 55

0 Answers0