Skip to content

AliloSCOP/hxspout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

hxspout

Haxe externs for Spout. Spout is a PHP library to read and write spreadsheets in CSV,ODS or XLSX format.

Usage

var writer = box.spout.writer.WriterFactory.create(box.spout.common.Type.ODS);
writer.openToBrowser("mySpreadsheet.ods"); 
writer.addRow(php.Lib.toPhpArray(["Hello","world"]));
writer.addRow(php.Lib.toPhpArray(["Haxe","rocks"]));
writer.close();

Documentation

Original documentation in PHP : http://opensource.box.com/spout/

Releases

No releases published

Packages

No packages published

Languages