• Stars
    star
    182
  • Rank 211,154 (Top 5 %)
  • Language
    Scala
  • License
    MIT License
  • Created almost 11 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Scala POI Wrapper for the spreadsheet generation in Excel:

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.