renebigot / XlsxReaderWriter

XlsxReaderWriter is an Objective-C library for iPhone / iPad and Mac. It parses and writes MS Excel XLSX files.
MIT License
437 stars 121 forks source link

解析xlsx文件遇到的问题 #110

Open fenghedemo1 opened 3 years ago

fenghedemo1 commented 3 years ago

当我从本地Documents中读取xlsx并进行解析时候,遇到的问题 代码是这样的 BRAOfficeDocumentPackage *spreadsheet = [BRAOfficeDocumentPackage open:dataPath]; dataPath是存在的 包括我用您项目中的xlsx 和代码 spreadsheet对象都是很奇怪的值 workbook=nil contentTypes中无法找到我想要的xlsx中的数据.请问我要怎么解析xlsx文件,获取到xlsx中的数据.

When I read XLSX from local Documents and parsed it, the problem code I encountered was this BRAOfficeDocumentPackage *spreadsheet = [BRAOfficeDocumentPackage open:dataPath]; DataPath exists including the XLSX and code Spreadsheet objects that I use in your project are very strange values workbook=nil contentTypes cannot find the data in XLSX that I want. How do I parse XLSX file and get the data in XLSX?