Skip to content

Releases: andersnm/ExcelNumberFormat

ExcelNumberFormat 1.1.0

Choose a tag to compare

@andersnm andersnm released this 02 Oct 12:08

Fixed formatting 0 hour as 12 with AM/PM.
Added support for 1900/1904-based numeric dates.

ExcelNumberFormat 1.0.10

Choose a tag to compare

@andersnm andersnm released this 13 Mar 10:08

Format TimeSpan with respect to milliseconds.
Fixed formatting negative TimeSpan.

ExcelNumberFormat 1.0.9

Choose a tag to compare

@andersnm andersnm released this 08 Mar 17:44

Explicitly specify precision when formatting floating-point numbers.
Fixed commas in date formats.

ExcelNumberFormat 1.0.8

Choose a tag to compare

@andersnm andersnm released this 16 Jan 16:55

Fixed date formatting not taking AM/PM into account correctly.

ExcelNumberFormat 1.0.7

Choose a tag to compare

@andersnm andersnm released this 18 May 11:56

Fixed formatting months in number formats with uppercase 'M'.

ExcelNumberFormat 1.0.6

Choose a tag to compare

@andersnm andersnm released this 07 May 19:25

Date separator respects the provided CultureInfo.

ExcelNumberFormat 1.0.5

Choose a tag to compare

@andersnm andersnm released this 21 Mar 20:31

Thousand separator respects the provided CultureInfo.

ExcelNumberFormat 1.0.4

Choose a tag to compare

@andersnm andersnm released this 20 Mar 11:54

Implemented parser for currencies.

ExcelNumberFormat 1.0.3

Choose a tag to compare

@andersnm andersnm released this 23 Nov 17:27

Fixed milliseconds formatting and thousand separator in leading zeros.

ExcelNumberFormat 1.0.2

Choose a tag to compare

@andersnm andersnm released this 08 Nov 13:15

Initial release with basic number format parsing and formatting capabilities. Version 1.0.2 is signed with a strong name and marked as CLS compliant.