You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imports styles correctly from LibreOffice files (interprets 'true' and 'false'
as booleans, as well as the 0 and 1 used by Microsoft Excel, and defaults to
'true' when not present, e.g. applyFill)
Fixes a bug that caused some LibreOffice files to crash R, when styles were
declared with gaps in the sequence of xfIds.
Imports comments attached to blank cells (fixes #10)
Includes the sheet and cell address in warnings of impossible datetimes from
1900-02-29.
tidyxl 0.2.1.9000
Checks the value of the date1904 attribute for "false" or "1" to support files
created by the openxlsx package (#8).
Fixed a bug that only imported the first line of multiline comments (#9).