如何在PHP中读取多选项卡excel文件


How to read multi-tab excel file in PHP?

我有一个excel文件,我想用PHP代码读取它。

在当前的excel文件中有三个选项卡,比如tab1、tab2&表3.

tab1 
<Content>
tab2 
<Content>
tab3
<Content>

如何读取选项卡并将其内容写入文件(使用选项卡名称)。

您可以使用github.com/PHPOffice/PHPExcel

这里有一个有用的网站如何使用它:

http://www.techchattr.com/how-to-read-excel-files-with-php

https://github.com/PHPOffice/PHPExcel/blob/develop/Documentation/markdown/ReadingSpreadsheetFiles/05-Reader-Options.md