8000 GitHub - AliloSCOP/hxspout: Haxe externs for Spout
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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/

About

Haxe externs for Spout

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0