Closed divay-ironsoftware closed 4 weeks ago
I don't see they are failing
This is what I get, but it's flip-flopping, from all red to some green, without any changes except the 1-line
I'll investigate if it's something from my end and update if i find anything machine or setup-specific
NPOI Version
Latest Master
File Type
Upload the Excel File
Please attach your original Excel File to help us reproduce the issue
Reproduce Steps
Run the Pivot Table tests in NPOI.OOXML.TestCases.Multitarget (net481)
Issue Description
All PivotTable tests fail coz the method "public ITableStyle GetExplicitTableStyle(String name)" throws an exception which the Tests don't account for
Either the tests can be updated or the method can handle for "key not found" case and return null if not found I went with the quicker solution, which doesnt require signature changes or updates
should suffice