Hi, I've got my "Spreadsheet::ParseExcel" module and I can parse it using the "Linux example: parsing" from Teodor Zlatanov at http://www-106.ibm.com/developerworks/linux/library/l-pexcel/ but I'm not sure how it works.
I need to upload an Excel Sheet to a database table and I'm having trouble referencing individual cell values in order to strip away headers, column names etc. If anyone has done something like this including a DB upload and was willing to share some code samples I'd really appreciate it. Mark