首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > PHP库读取电子表格文件

PHP库读取电子表格文件

  • 资源大小:27.59 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: php 电子 文件 读取 表格

资 源 简 介

PHP library for read data of spreadsheet files It supports OpenDocument Spreadsheet (.ods), Microsoft Excel 97/2000 (.xls), and CSV (.csv), and Text with tab-separated or patterns (.txt). It"s very simple. ``` require_once "SpreadsheetReaderFactory.php"; $spreadsheetsFilePath = "test.ods"; //or test.xls, test.csv, etc. $reader = SpreadsheetReaderFactory::reader($spreadsheetsFilePath); $sheets = $reader->read($spreadsheetsFilePath); echo $sheets[0][0][0]; ``` Use this command to anonymously check out the latest project source code: svn checkout http://php-spreadsheetreader.googlecode.com/svn/ php-spreadsheetreader Revision 26 IMPORTANT! I rewrite my Excel reader by pure PHP code. Instead of invoking the external reader, jxl. See also 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

文 件 列 表

SpreadsheetReader
COPYRIGHT.txt
CSV
Excel
LGPL.txt
OpenDocumentSheet
SpreadsheetReader.php
SpreadsheetReaderFactory.php
SpreadsheetReaderFactoryTest.php
SpreadsheetReaderTest.php
Text
wiki
workbook.dtd

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 开心快活人 2小时前 成为了本站会员

  • 晋财 3小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

0.208532s