Snippet: Modifying Excel Files, Adding Formulas with Apache POI
Monday, September 29th, 2014Recently I needed to modify some excel files and to add some aggregated formula fields to a sheet and the following snippet did the work for me.
hasCode.com |
micha kops' playground |
Recently I needed to modify some excel files and to add some aggregated formula fields to a sheet and the following snippet did the work for me.
Because a lot of my current projects are using JAX-RS in different versions I’d like to write down and share some frequently used snippets for implementing RESTful web-services with the JAX-RS specification here.