SkillsCast
About the Speaker
This session will run through the standard way to do it in Java and a presentation of spoiwo - a DSL-style wrapper library over apache POI, which would allow generating Excel spreadsheet in the functional manner i.e.:
Workbook(
Sheet(
name = "new sheet",
rows = Row(Cell(1), Cell(1.2), Cell("This is a string"), Cell(true)) :: Nil
)
).save("workbook.xls")
YOU MAY ALSO LIKE:
Spoiwo
Norbert Radyk
A senior developer, technical architect and development lead with over 5 years of experience in the major Tier 1 investment banks.