生成excel文件时扩展字符串限制的问题

发布于 2024-12-04 20:10:44 字数 166 浏览 1 评论 0原文

我正在使用 phpxls 库来生成 Excel 文件。 但每个单元格中的字符串限制为 255 个字符,而我的字符串大于 255。

我如何扩展此字符串限制?

我尝试更改库以更改变量值。但是当生成 excel 文件时,它会向我发出警报“数据可能已丢失”。

该怎么办?请帮我。

I am using phpxls library for generating excel file.
but it has a string limit of 255 characters in each cell and my string is greater then 255.

How can i extend this string limit?

I have tried to change in library for change the variable value. but when excel file will generate then it is giving me alert "data may have been lost."

What to do? please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

一个人的旅程 2024-12-11 20:10:44

我相信这是 .xls (2000 - 2003) 格式的限制,每个单元格最多 255 个字符

http:// support.microsoft.com/?kbid=264626

i believe it's a limitation of .xls (2000 - 2003) format, maximum 255 characters / cell

http://support.microsoft.com/?kbid=264626

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