@@ -9,7 +9,7 @@ A simple Java library for reading and writing ODS (OpenDocument Spreadsheet) fil
99
1010## Install
1111
12- ### Maven
12+ ### Maven
1313``` xml
1414<dependency >
1515 <groupId >com.github.miachm.sods</groupId >
@@ -35,9 +35,9 @@ There is an [examples folder](https://github.com/miachm/SODS/tree/master/example
3535## F.A.Q
3636
3737### What is an ODS?
38- ODS means Open Document Spreadsheet. It's used in applications like Libreoffice or Open Office .
38+ ODS means OpenDocument Spreadsheet. It's used in applications like LibreOffice or OpenOffice .
3939
40- ![ Libreoffice Calc] ( http://i.imgur.com/Mm779of.jpg )
40+ ![ LibreOffice Calc] ( http://i.imgur.com/Mm779of.jpg )
4141
4242### Minimum JDK needed?
4343
@@ -47,10 +47,10 @@ ODS means Open Document Spreadsheet. It's used in applications like Libreoffice
4747I needed to generate ODS files in Java. I looked for libraries, but they are:
4848
4949 - Deprecated or dead, like Apache ODF Toolkit. It's not working with Java 8.
50- - It has Libre Office as dependency in the user's computer. That's so much (Libre Office Api ).
50+ - It has LibreOffice as dependency in the user's computer. That's so much (LibreOffice API ).
5151 - Poorly designed or bloated.
5252
53- So, i decided create my own library from scratch. The objetive is load and generate ODS files in a simple and easy way.
53+ So, I decided create my own library from scratch. The objective is load and generate ODS files in a simple and easy way.
5454
5555### What is the current state?
5656Right now you can:
@@ -73,7 +73,7 @@ Right now you can:
7373This is an example of an ODS file in LibreOffice
7474![ Sample Libreoffice] ( https://i.imgur.com/avJ8aLw.png )
7575
76- Here, i am using SODS for load the file and rendering it with JavaFX
76+ Here, I am using SODS for load the file and rendering it with JavaFX
7777
7878![ Sample SODS] ( https://i.imgur.com/Myfustx.png )
7979
0 commit comments