php excel5

WBOY
Release: 2016-06-23 13:29:53
Original
1280 people have browsed it

我用php excel5用 $highestRow    = $sheet->getHighestRow(); 来获取内容最大的行数,为啥老是这个sheet的最大的行数呢,要想取到内容的最大行数要怎么做?急求。。。。。。。。。。


回复讨论(解决方案)

内容的最大行数 是只什么?

内容的最大行数 是只什么?


就是你在工作薄里面实际写了多少行,而不是这个工作薄的总行数

getHighestRow 取到的就是
不过你最好看一下光标在哪里

getHighestRow 取到的就是
不过你最好看一下光标在哪里


不行啊,将光标移到内容的那一行,也是取的sheet的总行数

可能是有人恶作剧了吧?你把内容行之后的空行都删掉一下看看

其实不取也没有关系的
你在 0~65535 范围里循环时,检查一下必填列就可以判断出是否结束了

可能是有人恶作剧了吧?你把内容行之后的空行都删掉一下看看

其实不取也没有关系的
你在 0~65535 范围里循环时,检查一下必填列就可以判断出是否结束了


谢谢,这个就按你的方法完成了;
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template