Skip to content

Releases: dhatim/fastexcel

0.14.11

27 Jan 06:25
7b1525c

Choose a tag to compare

Fix: use GITHUB_REF_NAME to get tag

0.14.10

26 Jan 19:39
7b1525c

Choose a tag to compare

Retry another release after deploy timeout

0.14.9

26 Jan 15:15
7b1525c

Choose a tag to compare

Fix release build

0.14.8

22 Jan 14:29
8ea548f

Choose a tag to compare

Thanks to @OutOfCoffeeError:

  • #256 Off by 1 error for dates with year 1900

0.14.7

20 Jan 20:29
1d3aa6f

Choose a tag to compare

Thanks to @meiMingle:

  • #253 multiple fixes:
    • #72 Support to create links to documents
    • #182 Datatable support
    • #254 Cell merge conflict check
    • Adjust the writing order of elements so that the generated document can be opened normally
    • Fixed that when the Sheet name contained spaces, the excel document with added data validation could not be opened normally by the office software
    • Update test cases

0.14.6

13 Jan 07:11
add100a

Choose a tag to compare

Thanks to @meiMingle:

  • #250 Fix method of getting formula

0.14.5

12 Jan 19:28
d1cb010

Choose a tag to compare

Thanks to @meiMingle:

  • #247 add note about encryption in readme and a testcase

0.14.4

27 Dec 08:44
ce0a96a

Choose a tag to compare

Thanks to @meiMingle:

  • #242 Support setting properties

0.14.3

21 Dec 08:35
acf9829

Choose a tag to compare

Thanks to @meiMingle:

  • #241 Set global default font

0.14.2

20 Dec 15:20
b3b9de9

Choose a tag to compare

Thanks to @meiMingle:

  • #236 Performance: optimize merge function
  • #237 Fix sheet protection problem
  • #238 Fix javadoc