Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 php 类 Spreadsheet_Excel_Reader,我很困惑如何通过这个类读取受密码保护的文件。
我赋予不同的文件读取权限。但在 excel 阅读器中找不到可以通过此库读取文件的选项
如果整个文件受密码保护,那么您不能:SEW 不会读取加密的工作簿。您需要使用COM或PUNO或 Ilia Alshanetsky对libXL库的Excel 扩展来执行此操作(尽管在购买 libXL 之前检查一下,因为我不确定它是否处理受密码保护的文件)。