代码点火器。将 XLS 文件提取到数组或类似文件
我正在使用 CI 2.0.2,并尝试为我的网站导入一个简单的 XLS 文件。 最终,我会将这些数据插入到数据库中,但现在,我只需要一个数据数组。 (我将首先对数据进行检查)..
我从未编写过 CI 插件,并且对其他帖子中发现的这些建议的所有依赖性感到非常困惑: 使用 codeigniter 2.0 读取 XLS 文件 也许我应该问“如何编写插件”?
无论如何,如果有一个明确的 XLS -> 。
我已经尝试了一些方法,但担心用“无用”文件过度填充我的 CI 目录
随意喷我...我只是扯掉我的头发...
I'm using CI 2.0.2 and am trying to import a simple XLS file for my site.
Eventually, I'll be inserting that data into a DB, but for now, I just need an array of the data. (I'm going to be running checks on the data first)..
I've never written a plugin for CI and am greatly confused by all the dependancies of these suggestions found in other posts:
Reading an XLS file with codeigniter 2.0
Perhaps this I should be asking 'how to write a plugin'?
Anyhoo, if there's a definative XLS -> array for CI tutorial out there, I can't find it..
I've tried a few methods, but am fearful of over padding my CI directories with 'useless' files.
Feel free to flame me... I'm just tearing out my hair...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
处理 XLS 文件是一场彻头彻尾的噩梦...我尝试了很多库(CI 和原生 PHP),但没有发现任何有效的方法。
可以另存为 CSV 吗?
Handling XLS files is an utter nightmare... I've tried lots of libraries (both CI and native PHP) and found nothing that works.
Is saving as a CSV a possibility?