代码点火器。将 XLS 文件提取到数组或类似文件

发布于 2024-11-14 05:57:12 字数 393 浏览 3 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔女人霸气范 2024-11-21 05:57:12

处理 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文