simple-excel-php

Simplexcel.php - Easily read / parse / convert / write between Microsoft Excel XML / XLSX / CSV / TSV / HTML / JSON / etc spreadsheet tabular file formats

Github星跟蹤圖

Simple Excel

Easily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats

For further deatails see the GitHuib Pages site: http://faisalman.github.com/simple-excel-php

PHP Versions Supported

PHP >= 5.3

Installation

If you're using Composer to manage libraries, include this package in your composer.json

"require" : {
    "faisalman/simple-excel-php" : "0.3.*"
}

If you want to try version 0.4 (still in develop branch) you can use

"require" : {
    "faisalman/simple-excel-php" : "develop as 0.4.0-alpha"
}

Or just load this library in your PHP project by including SimpleExcel.php

require_once('../your/project/directory/here/lib/SimpleExcel/SimpleExcel.php');

Features

  • Available parsers: Microsoft Excel 2003 XML, CSV, TSV, HTML, JSON
  • Available writers: Microsoft Excel 2003 XML, CSV, TSV, HTML, JSON

Usage

use SimpleExcel\SimpleExcel

$excel = new SimpleExcel('CSV');
$excel->parser->loadFile('test.csv');

echo $excel->parser->getCell(1, 1);

$excel->convertTo('JSON');
$excel->writer->addRow(array('add', 'another', 'row'));
$excel->writer->saveFile('example');

Development

Build Status

Testing

$ phpunit --configuration test/phpunit.xml

Next version 0.4.0-alpha is now available under develop branch

License

Copyright (c) 2011-2012 Faisalman <fyzlman@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

主要指標

概覽
名稱與所有者faisalman/simple-excel-php
主編程語言PHP
編程語言PHP (語言數: 2)
平台
許可證
所有者活动
創建於2011-03-13 15:47:11
推送於2021-10-27 07:32:18
最后一次提交2018-06-07 01:10:59
發布數17
最新版本名稱v0.3.15 (發布於 )
第一版名稱v0.1.1 (發布於 2011-04-04 13:17:49)
用户参与
星數563
關注者數47
派生數148
提交數115
已啟用問題?
問題數32
打開的問題數13
拉請求數21
打開的拉請求數1
關閉的拉請求數5
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?