Socket
Socket
Sign inDemoInstall

com.norbitltd:spoiwo-grids_3

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.norbitltd:spoiwo-grids_3

spoiwo-grids


Version published
Maintainers
1
Source

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"
)
  • 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.

FAQs

Package last updated on 07 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc