Skip to content

bmontuelle/spoiwo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPOIWO (Scala POI Wrapping Objects)

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. The current latest production version is: spoiwo/1.1.0

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 and Schedule - 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.

Copyright and license

Spoiwo is copyright 2016 by Norbert Radyk.

Licensed under MIT License you may not use this software except in compliance with the License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Scala POI Wrapper for the spreadsheet generation in Excel:

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%