GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
4
Releases
24
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
knarita
/
ClosedXML
Download ZIP
1524 commits
Transfer to URL with SHA
tree:
7728a6a543
Branches
Tags
×
develop
master
open_document_problem
release-candidate
0.80.1
0.85.0
0.86.0
0.87.0
0.87.1
0.88.0-beta1
0.88.0
0.89.0-beta1
0.89.0
0.90.0-beta2
0.90.0
0.91.0-beta1
0.91.0-beta3
0.91.0
0.92.0-beta1
0.91.1
0.92.0
0.93.0-beta1
0.93.0-beta4
0.93.0-rc1
0.93.0-rc2
0.93.0
0.93.0-rc3
0.93.1
ClosedXML
/
ClosedXML_Tests
/
Resource
/
Misc
/
latest commit
f8d821b6c9
Francois Botha
authored
on 7 Jun 2018
..
LO
Remove 2 files with vulnerabilities. They're not supposed to be loaded
7 years ago
AllShapes.xlsx
Add test for loading file with all kinds of shapes.
8 years ago
BaseColumnWidth.xlsx
Failing test added
7 years ago
CellWithStringDataType.xlsx
Bug fix - unsupported CellValues.String Data type
7 years ago
CommentsWithIndexedColor81.xlsx
Add special case for indexed color 81 - return black. Fixes #307
8 years ago
CopyRowContents.xlsx
Project hierarchy cleanup
9 years ago
Date1904System.xlsx
Fix dates based on 1904 system.
8 years ago
DuplicateImageNames.xlsx
Allow duplicate picture names when loading a file, but don't allow duplicate Ids
8 years ago
EmptyCellValue.xlsx
Check for null when loading cell values. Fixes #348
8 years ago
EmptyTable.xlsx
Fix for a rare case where sheet data contains only table header and no rows.
9 years ago
EscapedApostrophe.xlsx
Escape quotes in worksheet names
8 years ago
ExcelProducedWorkbookWithImages.xlsx
Add unit test
8 years ago
FileWithDefaultStyleNameNotInEnglish.xlsx
Add unit test
9 years ago
FileWithMismatchSheetIdAndRelId.xlsx
Add test case for file with mismatching Id and RelId
9 years ago
InvalidPrintArea.xlsx
Invalid Print Area fix (issue 578)
8 years ago
InvalidPrintTitles.xlsx
Check for null when loading print titles. Ignore if range not found.
8 years ago
LibreOfficeFileWithDates.xlsx
Correctly deduce data type from number format string if data type is number (as for LibreOffice files).
8 years ago
LoadFileWithCustomSheetViews.xlsx
Add unit test.
9 years ago
LoadImageWithoutTransform2D.xlsx
Check for null for Transform2D element
8 years ago
LoadPivotTables.xlsx
Resolve conflict
8 years ago
LoadSheetsWithCommas.xlsx
Parse commas in print area (#263)
8 years ago
PivotTableWithTableSource.xlsx
Ignore pivot table data field base items that are out of range.
7 years ago
SHA512PasswordProtection.xlsx
Correctly unprotect worksheet without password
7 years ago
TableHeadersWithLineBreaks.xlsx
Correctly handle table column names with line breaks. Fixes #392
8 years ago
TableWithCustomTheme.xlsx
Fixed couple of Path issues with latest PR, PR#7
9 years ago
TableWithNameNull.xlsx
Fall back to display name if table name is missing.
8 years ago
TemplateWithTableSourcePivotTables.xlsx
Implement the full range of Item subclasses for pivot tables ( https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.shareditems.aspx )
7 years ago