生成excel文件时扩展字符串限制的问题
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这是 .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