norbert-radyk / spoiwo   2.2.1

MIT License Website GitHub

Scala POI Wrapper for the spreadsheet generation in Excel:

Scala versions: 3.x 2.13 2.12 2.11

SPOIWO (Scala POI Wrapping Objects)

Continuous Integration Maven Central Javadocs

Overview

Spoiwo is an open-source library for functional-style spreadsheet generation in Scala. It was started as a wrapper over Apache POI and while the XLSX generation is still at its core, the library has been rectified to support number of other spreadsheet representations (including CSV and HTML).

The library addresses the issues Scala developers face when using spreadsheet libraries for Java and which are representing a highly non-functional way in which the spreadsheets need to be generated (mutable state, enforced indexes, execution order dependency). To address this issues SPOIWO introduces its own spreadsheet model with the number of wrapping classes and caches enabling an efficient report generation.

This documentation is intended for Spoiwo users and developers to give both an overview and in-depth information of the offered functionality and what problems Spoiwo is intended to solve.

Download

Spoiwo is available in The Central Repository.

libraryDependencies ++= Seq(
  "com.norbitltd" %% "spoiwo" % "2.2.1"
)

Quick links

  • About Spoiwo - Introduces the reasons behind creating Spoiwo and presents overview of the core functionality
  • Quick Start Guide - A step-by-step guide to setting up Spoiwo and creating first few simple spreadsheets
  • Technical Documentation - Detailed technical documentation on Spoiwo intended for advanced users and project contributors
  • Release Notes - Overview of the past and coming Spoiwo releases

Questions or need help

Please check out our get in touch page for a different ways of contacting spoiwo team.