Project Description

Apache POIを利用した、より使いやすいExcel操作API

import static org.torikiri.xlsapi.XlsAPI.*;

import java.io.IOException;

public class Sample {

    public static void main(String[] args) throws IOException {
        xls(
            sheet("new sheet",
                row(
                    cell("This is cell value")
                )
            )
        ).write("workbook.xls");
    }
}

Download

Review
Your rating
Review this project

Statistics

Recent Activities

2009-04-14
23:04
XlsAPI
[CVS] New commit
2009-02-16
2009-02-15
Show history