All Projects → box → Spout

box / Spout

Licence: apache-2.0
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Spout

workbook
simple framework for containing spreadsheet like data
Stars: ✭ 13 (-99.66%)
Mutual labels:  csv, xlsx, spreadsheet, ods
convey
CSV processing and web related data types mutual conversion
Stars: ✭ 16 (-99.59%)
Mutual labels:  csv, xlsx, spreadsheet, ods
sheet2dict
Simple XLSX and CSV to dictionary converter
Stars: ✭ 206 (-94.66%)
Mutual labels:  csv, xlsx, spreadsheet
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+637.61%)
Mutual labels:  spreadsheet, csv, xlsx
Spreadsheet architect
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
Stars: ✭ 1,160 (-69.96%)
Mutual labels:  spreadsheet, csv, xlsx
Choetl
ETL Framework for .NET / c# (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
Stars: ✭ 372 (-90.37%)
Mutual labels:  reader, csv, writer
Iostreams
IOStreams is an incredibly powerful streaming library that makes changes to file formats, compression, encryption, or storage mechanism transparent to the application.
Stars: ✭ 84 (-97.82%)
Mutual labels:  reader, csv, writer
J
❌ Multi-format spreadsheet CLI (now merged in http://github.com/sheetjs/js-xlsx )
Stars: ✭ 343 (-91.12%)
Mutual labels:  spreadsheet, csv, xlsx
Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 2,335 (-39.52%)
Mutual labels:  spreadsheet, xlsx, ods
Volbx
Graphical tool for data manipulation written in C++/Qt
Stars: ✭ 187 (-95.16%)
Mutual labels:  spreadsheet, csv, xlsx
easy-excel
🚀 快速读写Excel文件,简单高效
Stars: ✭ 118 (-96.94%)
Mutual labels:  xlsx, spreadsheet, ods
Tabtoy
高性能表格数据导出器
Stars: ✭ 1,302 (-66.28%)
Mutual labels:  csv, xlsx, fast
Fast Excel
🦉 Fast Excel import/export for Laravel
Stars: ✭ 1,183 (-69.36%)
Mutual labels:  csv, xlsx, fast
Qtcsv
Library for reading and writing csv-files in Qt.
Stars: ✭ 156 (-95.96%)
Mutual labels:  reader, csv, writer
Phpspreadsheet
A pure PHP library for reading and writing spreadsheet files
Stars: ✭ 10,627 (+175.24%)
Mutual labels:  spreadsheet, xlsx, ods
eec
A fast and lower memory excel write/read tool.一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具
Stars: ✭ 93 (-97.59%)
Mutual labels:  fast, csv, xlsx
tabular-stream
Detects tabular data (spreadsheets, dsv or json, 20+ different formats) and emits normalized objects.
Stars: ✭ 34 (-99.12%)
Mutual labels:  csv, xlsx, ods
litchi
这是一款分布式的java游戏服务器框架
Stars: ✭ 97 (-97.49%)
Mutual labels:  fast, scalable
idataapi-transform
Full async support toolkit for IDataAPI for efficiency work, read data from API/ES/csv/xlsx/json/redis/mysql/mongo/kafka, write to ES/csv/xlsx/json/redis/mysql/mongo/kafka, provide CLI and python API
Stars: ✭ 36 (-99.07%)
Mutual labels:  csv, xlsx
fxl.js
ƛ fxl.js is a data-oriented JavaScript spreadsheet library. It provides a way to build spreadsheets using modular, lego-like blocks.
Stars: ✭ 27 (-99.3%)
Mutual labels:  xlsx, spreadsheet

Spout

Latest Stable Version Project Status Build Status Scrutinizer Code Quality Code Coverage Total Downloads

Spout is a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way. Unlike other file readers or writers, it is capable of processing very large files, while keeping the memory usage really low (less than 3MB).

Join the community and come discuss Spout: Gitter

Documentation

Full documentation can be found at https://opensource.box.com/spout/.

Requirements

  • PHP version 7.2 or higher
  • PHP extension php_zip enabled
  • PHP extension php_xmlreader enabled

Upgrade guide

Version 3 introduced new functionality but also some breaking changes. If you want to upgrade your Spout codebase from version 2 please consult the Upgrade guide.

Running tests

The master branch includes unit, functional and performance tests. If you just want to check that everything is working as expected, executing the unit and functional tests is enough.

  • phpunit - runs unit and functional tests
  • phpunit --group perf-tests - only runs the performance tests

For information, the performance tests take about 10 minutes to run (processing 1 million rows files is not a quick thing).

Performance tests status: Build Status

Support

You can ask questions, submit new features ideas or discuss Spout in the chat room:
Gitter

Copyright and License

Copyright 2017 Box, Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].