Changelog

Latest Changes since 7.2

  • style: Codacy Q/A

    manticore-projects, 2024-08-24

  • feat: allow sheet access by index

    manticore-projects, 2024-08-24

  • style: reformat code

    Andreas Reichel, 2024-08-17

  • fix: github actions

    manticore-projects, 2024-08-17

  • doc: add java doc stable

    manticore-projects, 2024-08-16

Version sqlsheet-7.2

  • style: fix Q/A exceptions

    Andreas Reichel, 2024-08-16

  • build: update Gradle wrapper

    manticore-projects, 2024-08-16

  • build: avoid Coverage on internal JSQLParser classes

    manticore-projects, 2024-08-16

  • Switch to Java 11

    Andreas Reichel, 2024-05-17

  • feat: use `ExcelStreamingReader` for reading SXFFS and obey firstColumn and firstRow parameters

    Andreas Reichel, 2023-12-06

  • style: clean unused dependency

    Andreas Reichel, 2023-10-06

  • build: adopt JSQLParser 4.7 release

    Andreas Reichel, 2023-09-03

  • style: reformat code

    Andreas Reichel, 2023-08-29

  • feat: ResultSetMetaData for Streaming PreparedStatement

    Andreas Reichel, 2023-08-29

  • feat: Streaming DatabaseMetaData support based on ExcelStreamingReader

    Andreas Reichel, 2023-08-27

  • Update README.md

    manticore-projects, 2023-06-10

  • Update README.md

    manticore-projects, 2023-06-10

  • Create gradle.yml

    manticore-projects, 2023-06-10

  • chore: merge master

    Andreas Reichel, 2023-06-10

  • style: SpotBugs fixes, reformatting everything

    Andreas Reichel, 2023-06-10

  • style: PMD and CheckStyle fixes

    Andreas Reichel, 2023-06-10

  • build: Gradle build with checks

    Andreas Reichel, 2023-06-05

  • format code

    Andreas Reichel, 2023-06-05

  • remove Travis CI

    Michael Panchenko, 2021-02-16

  • Circle CI

    Michael Panchenko, 2021-02-16

  • Fix managing resources

    Michael Panchenko, 2021-02-16

  • remove unused code

    Michael Panchenko, 2021-02-16

  • Apply Java 8 migration changes

    Michael Panchenko, 2021-02-16

  • Fix error handling

    Michael Panchenko, 2021-02-16

  • Clean code

    Michael Panchenko, 2021-02-16

  • Clean code

    Michael Panchenko, 2021-02-16

  • Apply Java 7 migration changes

    Michael Panchenko, 2021-02-16

  • fix typo

    Michael Panchenko, 2021-02-16

  • Apply Java 5 migration changes

    Michael Panchenko, 2021-02-16

  • optimize import

    Michael Panchenko, 2021-02-16

  • Remove unnecessary throws declaration

    Michael Panchenko, 2021-02-16

  • Refactor “Not supported yet”

    Michael Panchenko, 2021-02-16

  • Migrate logging to slf4j

    Michael Panchenko, 2021-02-16

  • Update maven plugins

    Michael Panchenko, 2021-02-15

  • refactor junit tests (#42)

    Michael, 2021-02-15

  • Update Apache POI 5.0.0 (#41)

    manticore-projects, 2021-02-15

  • Update Apache POI 5.0.0

    Andreas Reichel, 2021-01-20

  • remove travis instruction to build project on specific (not any more supported) JDK versions

    Klaus Hauschild, 2020-11-27

  • fix the Java Doc

    Andreas Reichel, 2020-11-25

  • add Java Doc

    Andreas Reichel, 2020-11-25

  • Implement support for relative Connection URLs, such as

    Andreas Reichel, 2020-11-25

  • Implement Close(), isClosed(), wasNull() and rewrite most of the getXXXX() methods accordingly (#36)

    manticore-projects, 2020-11-21

  • Evaluate Cell formulas before reading the cell value

    Andreas Reichel, 2020-11-21

  • fix JavaDoc

    Andreas Reichel, 2020-10-27

  • ensure Tests will have enough Memory available, avoid the large streaming tests to fail.

    Andreas Reichel, 2020-10-27

  • Enhance test, particularly testing getXXXX(columnIndex) vs. getXXXX(columnLabel)

    Andreas Reichel, 2020-10-27

  • enhance the Test and show the actual content

    Andreas Reichel, 2020-10-27

  • need to set wasNull=false when value has been found

    Andreas Reichel, 2020-10-27

  • Testcase around Close(), isClosed(), closeOnCompletion, wasNull()

    Andreas Reichel, 2020-10-27

  • rewrite most of the getXXXX() methods returning Objects in order the set wasNull on empty rows and empty cells

    Andreas Reichel, 2020-10-27

  • implement ResultSet.close(), ResultSet.isClosed()

    Andreas Reichel, 2020-10-27

  • implement Statement.close(), Statement.isClosed() and Statement.closeOnCompletion()

    Andreas Reichel, 2020-10-27

  • Implement DatabaseMetaData (#35)

    manticore-projects, 2020-10-27

  • exclude Netbeans config folders

    Andreas Reichel, 2020-10-26

  • Test case for DatabaseMetaData

    Andreas Reichel, 2020-10-26

  • Provide separate DatabaseMetaData (work in progress)

    Andreas Reichel, 2020-10-26

  • Implement DatabaseMetaData

    Andreas Reichel, 2020-10-26

  • Update versions of POI and COMMONS IO

    Andreas Reichel, 2020-10-26

  • Bump junit from 4.12 to 4.13.1 (#34)

    dependabot[bot], 2020-10-12

  • Create FUNDING.yml

    Michael, 2020-06-25

  • add donation button

    Michael, 2020-01-11

  • [maven-release-plugin] prepare for next development iteration

    Michael Panchenko, 2019-11-15

Version sqlsheet-7.1

  • [maven-release-plugin] prepare release sqlsheet-7.1

    Michael Panchenko, 2019-11-15

  • prepare for release

    Michael Panchenko, 2019-11-15

  • fix scm

    Michael Panchenko, 2019-11-15

  • - update to JDK8

    Michael Panchenko, 2019-10-21

  • read a numeric cell as Date whenever possible, even when the column type would indicate a text

    Andreas Reichel, 2019-10-21

  • update JSQLParser to 3.0

    Andreas Reichel, 2019-10-21

  • update JSQLParser to 3.0

    Andreas Reichel, 2019-10-21

  • add a test case for first column

    Andreas Reichel, 2019-10-21

  • fix reading doubles

    Andreas Reichel, 2019-10-21

  • update POI to 4.1.1

    Andreas Reichel, 2019-10-21

  • update POI to 4.1.1

    Andreas Reichel, 2019-10-21

  • add firstColumn connection parameter

    Andreas Reichel, 2019-10-21

  • add firstColumn connection parameter

    Andreas Reichel, 2019-10-21

  • add firstColumn connection parameter

    Andreas Reichel, 2019-10-21

  • add firstColumn connection parameter

    Andreas Reichel, 2019-10-21

  • Deprecate old classes

    Andreas Reichel, 2019-10-21

  • Fix the endless recursive loop on getObject(String columnName)

    Andreas Reichel, 2019-10-21

  • Delete ReleaseProcedures.md

    Michael, 2017-12-23

  • Move to more fitting package #26

    Klaus Hauschild, 2017-05-22

  • Move to more fitting package #26

    Klaus Hauschild, 2017-05-22

  • Move to more fitting package #26

    Klaus Hauschild, 2017-05-22

  • Move to more fitting package #26

    Klaus Hauschild, 2017-05-22

  • fix scm

    Michael Panchenko, 2017-05-15

  • fix developerConnection

    Michael Panchenko, 2017-05-15

  • upgrade poi to 3.14 -> 3.16

    Michael Panchenko, 2017-05-15

  • [maven-release-plugin] prepare for next development iteration

    Michael Panchenko, 2017-05-15

Version sqlsheet-6.7

  • [maven-release-plugin] prepare release sqlsheet-6.7

    Michael Panchenko, 2017-05-15

  • switch git from https to git protocol

    Michael Panchenko, 2017-05-15

  • prepare pom.xml for releasing

    Michael Panchenko, 2017-05-15

  • [maven-release-plugin] prepare for next development iteration

    Michael Panchenko, 2017-05-15

Version sqlsheet-6.6

  • [maven-release-plugin] prepare release sqlsheet-6.6

    Michael Panchenko, 2017-05-15

  • downgrade poi to 3.16 -> 3.14

    Michael Panchenko, 2017-05-15

  • update pom file

    Michael Panchenko, 2017-05-15

  • Fixed javadoc issue

    Stephen Rufle, 2017-04-22

  • File backups on XlsConnection.close() breaks the CI builds #24

    Klaus Hauschild, 2017-04-18

  • Issue19: Don’t wrap the throw statement since the others aren’t wrapped

    opticyclic, 2017-04-18

  • Issue19: Copy BigDecimal implementation from XlsStreamResultSet to XlsResultSet

    opticyclic, 2017-04-18

  • Issue19: Add support for BigDecimal

    opticyclic, 2017-04-18

  • Issue19: Add support for BigDecimal with scale

    opticyclic, 2017-04-18

  • Issue11: Add support for getDate in XlsResultSet

    opticyclic, 2017-04-18

  • Issue11: Add support for getDate in XlsStreamResultSet

    opticyclic, 2017-04-18

  • Missing artifact net.sf:jsqlparser:jar:0.8.0 #23

    Klaus Hauschild, 2017-04-18

  • [maven-release-plugin] prepare release sqlsheet-6.6

    Klaus Hauschild, 2017-04-18

  • Missing artifact net.sf:jsqlparser:jar:0.8.0 #23

    Klaus Hauschild, 2017-04-18

  • add circle.yml

    Michael, 2016-04-01

  • enable XlsxSheetIteratorTest

    Michael, 2016-04-01

  • temporary disable XlsxSheetIteratorTest

    Michael, 2016-04-01

  • update maven plugins & dependencies

    Michael, 2016-04-01

  • Build fixed and jsqlparser upgraded to 0.9.5

    kadeev, 2016-03-24

  • Bug with quoted columns fixed and 31 symbol excel sheet truncation added

    kadeev, 2016-03-23

  • Determine the data type of each column by scanning the whole sheet, returning java.sql.date in place of java.util.Date

    Gerardnico, 2015-12-01

  • Create unique header,column name if duplicates

    Gerardnico, 2015-12-01

  • Added help message when the sheet is not found

    Gerardnico, 2015-12-01

  • DataType consistency over the whole records

    Gerardnico, 2015-12-01

  • my bad: Maven couldnot refresh the resources file. The drop occurs now after the create table statement

    Gerardnico, 2015-11-27

  • Added support for a drop table statement because of an error in DriverTest as the sheet name was already present

    Gerardnico, 2015-11-27

  • Last version of POI to resolve an undefined class problem with on org/apache/poi/UnsupportedFileFormatException

    Gerardnico, 2015-11-27

  • Java doc problem resolved

    Gerardnico, 2015-11-27

  • add travis-ci.org

    Michael Panchenko, 2015-03-20

  • remove readme

    Michael Panchenko, 2015-03-20

  • move gpg to release profile

    Michael Panchenko, 2015-03-20

  • add travis-ci.org

    Michael Panchenko, 2015-03-20

  • add gitignore

    Michael Panchenko, 2015-03-20

  • Remove additional subdirectory sqlsheet

    Michael Panchenko, 2015-03-20

  • Create HowToMaven.md

    Michael, 2015-03-14

  • Create ReleaseProcedures.md

    Michael, 2015-03-14

  • Create HowToGetDependecies.md

    Michael, 2015-03-14

  • Create HowToProcessLargeFile.md

    Michael, 2015-03-14

  • Update README.md

    Michael, 2015-03-14

  • Update HowToScriptella.md

    Michael, 2015-03-14

  • Update HowToScriptella.md

    Michael, 2015-03-14

  • Update HowToScriptella.md

    Michael, 2015-03-14

  • Create HowToScriptella.md

    Michael, 2015-03-14

  • Create README.md

    Michael, 2015-03-14

  • update version of jsqlparser

    vasilievip@gmail.com, 2014-10-08

  • update plugins and dependencies

    klaus.hauschild.1984@gmail.com, 2014-08-23

  • introduce the connection parameter “headLine” to define the index of the first row within a sheet (if the the parameter is not specified the default of 1 will be used)

    klaus.hauschild.1984@gmail.com, 2014-08-23

  • add me as developer

    klaus.hauschild.1984@gmail.com, 2014-08-23

  • re-layout project structure

    klaus.hauschild.1984@gmail.com, 2014-08-23

  • Avoid using if statements without curly braces

    vasilievip@gmail.com, 2013-06-09

  • These nested if statements could be combined

    vasilievip@gmail.com, 2013-06-09

  • Dead store to brec in com.googlecode.sqlsheet.stream.XlsSheetIterator.processRecord(Record)

    vasilievip@gmail.com, 2013-06-09

  • minor changes

    vasilievip@gmail.com, 2013-06-09

  • [maven-release-plugin] prepare for next development iteration

    Michael, 2013-04-28

  • [maven-release-plugin] prepare release sqlsheet-6.5

    Michael, 2013-04-28

  • (Fixes Issue 8, Issue 9 ) + sonar cleanup

    vasilievip@gmail.com, 2013-04-28

  • sonar cleanup

    vasilievip@gmail.com, 2013-04-27

  • (Fixes issue 6 )

    vasilievip@gmail.com, 2013-04-27

  • Test case and data for Issue 9

    klaus.hauschild.1984@gmail.com, 2013-04-27

  • Test case and data for Issue 8

    klaus.hauschild.1984@gmail.com, 2013-04-27

  • fix Issue 7 and related test case

    klaus.hauschild.1984@gmail.com, 2013-04-27

  • Issue 7, Issue 8 testcases

    vasilievip@gmail.com, 2013-04-27

  • [maven-release-plugin] prepare for next development iteration

    Michael, 2013-03-31

  • [maven-release-plugin] prepare release sqlsheet-6.4

    Michael, 2013-03-31

  • Issue 5: Deploy to Maven Central Repository

    Michael, 2013-03-31

  • [maven-release-plugin] prepare for next development iteration

    Michael, 2013-03-31

  • [maven-release-plugin] prepare release sqlsheet-6.4.1

    Michael, 2013-03-31

  • Issue 5: Deploy to Maven Central Repository

    Michael, 2013-03-31

  • [maven-release-plugin] prepare for next development iteration

    Michael, 2013-03-31

  • [maven-release-plugin] prepare release sqlsheet-6.4

    Michael, 2013-03-31

  • Issue 5: Deploy to Maven Central Repository

    Michael, 2013-03-31

  • [maven-release-plugin] rollback the release of sqlsheet-6.4

    vasilievip, 2013-03-27

  • [maven-release-plugin] prepare for next development iteration

    vasilievip@gmail.com, 2013-03-27

  • [maven-release-plugin] prepare release sqlsheet-6.4

    vasilievip@gmail.com, 2013-03-27

  • fix backup creation

    vasilievip@gmail.com, 2013-03-24

  • apply changes from Andreas Reichel

    vasilievip@gmail.com, 2013-03-24

  • Issue 5: Deploy to Maven Central Repository

    Michael, 2013-01-28

  • Issue 5: Deploy to Maven Central Repository

    Michael, 2013-01-28

  • sqlsheet latest

    vasilievip@gmail.com, 2012-09-24

  • added testcase

    vasilievip@gmail.com, 2012-05-20

  • https://github.com/fbecart/JSqlParser

    vasilievip@gmail.com, 2012-05-20

  • [maven-release-plugin] prepare for next development iteration

    vasilievip@gmail.com, 2012-05-19

  • [maven-release-plugin] prepare release sqlsheet-6.3

    vasilievip@gmail.com, 2012-05-19

  • (Fixes issue 3)

    vasilievip@gmail.com, 2012-05-19

  • [maven-release-plugin] prepare for next development iteration

    vasilievip@gmail.com, 2012-05-07

  • [maven-release-plugin] prepare release sqlsheet-6.2

    vasilievip@gmail.com, 2012-05-07

  • minor changes

    vasilievip@gmail.com, 2012-05-03

  • minor changes

    vasilievip@gmail.com, 2012-05-03

  • fixed issues related to generic excel file processing which is not formatted as a table

    vasilievip@gmail.com, 2012-05-03

  • [maven-release-plugin] prepare for next development iteration

    vasilievip@gmail.com, 2012-05-02

  • [maven-release-plugin] prepare release sqlsheet-6.1

    vasilievip@gmail.com, 2012-05-02

  • (Fixes issue 1)

    vasilievip@gmail.com, 2012-05-02

  • rename testcase to appropriate name

    vasilievip@gmail.com, 2012-04-30

  • (Fixes issue 2)

    vasilievip@gmail.com, 2012-04-30

  • code cleanup

    vasilievip@gmail.com, 2012-04-07

  • minor changes

    vasilievip@gmail.com, 2012-04-07

  • [maven-release-plugin] prepare for next development iteration

    vasilievip@gmail.com, 2012-04-06

  • [maven-release-plugin] prepare release sqlsheet-6

    vasilievip@gmail.com, 2012-04-06

  • fix build for jdk 1.6

    vasilievip@gmail.com, 2012-04-06

  • [maven-release-plugin] prepare for next development iteration

    vasilievip@gmail.com, 2012-04-06

  • [maven-release-plugin] prepare release sqlsheet-5

    vasilievip@gmail.com, 2012-04-06

  • fix build

    vasilievip@gmail.com, 2012-04-06

  • - testcase added

    vasilievip@gmail.com, 2012-04-06

  • code cleanup

    vasilievip@gmail.com, 2012-04-06

  • Remove ant files

    Michael, 2010-12-27

  • minor changes

    vasilievip, 2010-11-26

  • added offline dependency

    vasilievip, 2010-11-26

  • [maven-release-plugin] prepare for next development iteration

    Michael, 2010-11-15

  • [maven-release-plugin] prepare release sqlsheet-0.1

    Michael, 2010-11-15

  • prepare for release

    Michael, 2010-11-15

  • prepare for release

    Michael, 2010-11-15

  • apply Ivan’s changes

    Michael, 2010-11-15

  • Initial commit

    Michael, 2010-09-28