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:
- F# eXchange 2023: Conference Livestream (Online Conference on 7th - 8th March 2023)
- Scala Days 2023 (Online Conference on 1st - 30th December 2023)
- Haskell In Person: Bring Your Project, Get help with your code & socialise (in Berlin on 1st February 2023)
- How to teach IntelliJ IDEA to your juniors (Online Meetup on 2nd February 2023)
- Teaching Haskell...To High Schoolers! (SkillsCast recorded in December 2022)
- Teaching Haskell...To High Schoolers! (SkillsCast recorded in December 2022)
Spoiwo
Norbert Radyk
A senior developer, technical architect and development lead with over 5 years of experience in the major Tier 1 investment banks.