Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
rabanti-github committed Aug 24, 2018
2 parents a149ce0 + 66e2b1c commit e713d87
Show file tree
Hide file tree
Showing 127 changed files with 494 additions and 475 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## v2.5.2

---
Release Date: **24.08.2018**

- Fixed a bug in the calculation of OA Dates (internal format)
- Documentation Update


## v2.5.1

---
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ PicoXLSX4j is a small Java library to create XLSX files (Microsoft Excel 2007 or
* No need for 3rd party libraries
* Pure usage of standard JRE

**Please have a look at the successor library [https://github.com/rabanti-github/NanoXLSX4j](NanoXLSX4j) for reader support.**

Project website: [https://picoxlsx.rabanti.ch](https://picoxlsx.rabanti.ch)

See the **[Change Log](https://github.com/rabanti-github/PicoXLSX4j/blob/master/Changelog.md)** for recent updates.
Expand All @@ -33,7 +35,7 @@ The only requirement for developments are a current JDK to develop and JRE to ru

# Installation
## As JAR
Simply place the PicoXLSX4j jar file (e.g. **picoxlsx4j-2.5.1.jar**) into the lib folder of your project and create a library reference to it in your IDE.
Simply place the PicoXLSX4j jar file (e.g. **picoxlsx4j-2.5.2.jar**) into the lib folder of your project and create a library reference to it in your IDE.
## As source files
Place all .java files from the PicoXLSX4j source folder into your project. The folder structure defines the packages. Please use refactoring if you want to relocate the files.
## Maven ##
Expand All @@ -42,7 +44,7 @@ Add the following information to your POM file within the <code>&lt;dependencies
<dependency>
<groupId>ch.rabanti</groupId>
<artifactId>picoxlsx4j</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```

Expand Down
Binary file removed dist/picoxlsx4j-2.5.1-javadoc.jar
Binary file not shown.
Binary file added dist/picoxlsx4j-2.5.2-javadoc.jar
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:57 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:35 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>All Classes (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:57 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:35 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>All Classes (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Address.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:50 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:30 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Address (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Address (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Address (PicoXLSX4j 2.5.1 API)";
parent.document.title="Address (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/BasicFormulas.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:30 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BasicFormulas (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>BasicFormulas (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BasicFormulas (PicoXLSX4j 2.5.1 API)";
parent.document.title="BasicFormulas (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Cell.AddressType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:30 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Cell.AddressType (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Cell.AddressType (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Cell.AddressType (PicoXLSX4j 2.5.1 API)";
parent.document.title="Cell.AddressType (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Cell.CellType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:30 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Cell.CellType (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Cell.CellType (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Cell.CellType (PicoXLSX4j 2.5.1 API)";
parent.document.title="Cell.CellType (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Cell.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:30 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Cell (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Cell (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Cell (PicoXLSX4j 2.5.1 API)";
parent.document.title="Cell (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Column.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:30 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Column (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Column (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Column (PicoXLSX4j 2.5.1 API)";
parent.document.title="Column (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Helper.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:31 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Helper (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Helper (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Helper (PicoXLSX4j 2.5.1 API)";
parent.document.title="Helper (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:31 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Metadata (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Metadata (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Metadata (PicoXLSX4j 2.5.1 API)";
parent.document.title="Metadata (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Range.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:31 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Range (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Range (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Range (PicoXLSX4j 2.5.1 API)";
parent.document.title="Range (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Shortener.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:31 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Shortener (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Shortener (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Shortener (PicoXLSX4j 2.5.1 API)";
parent.document.title="Shortener (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Version.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:51 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:31 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Version (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Version (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Version (PicoXLSX4j 2.5.1 API)";
parent.document.title="Version (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Workbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:52 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:31 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Workbook (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Workbook (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Workbook (PicoXLSX4j 2.5.1 API)";
parent.document.title="Workbook (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/ch/rabanti/picoxlsx4j/Worksheet.CellDirection.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:52 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:31 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Worksheet.CellDirection (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Worksheet.CellDirection (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Worksheet.CellDirection (PicoXLSX4j 2.5.1 API)";
parent.document.title="Worksheet.CellDirection (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Sun Aug 19 21:52:52 CEST 2018 -->
<!-- Generated by javadoc (1.8.0_112) on Fri Aug 24 22:23:31 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Worksheet.SheetProtectionValue (PicoXLSX4j 2.5.1 API)</title>
<meta name="date" content="2018-08-19">
<title>Worksheet.SheetProtectionValue (PicoXLSX4j 2.5.2 API)</title>
<meta name="date" content="2018-08-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Worksheet.SheetProtectionValue (PicoXLSX4j 2.5.1 API)";
parent.document.title="Worksheet.SheetProtectionValue (PicoXLSX4j 2.5.2 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit e713d87

Please sign in to comment.