OfficeDev / Open-Xml-PowerTools

MIT License
692 stars 26 forks source link

WorksheetAccessor.cs CreatePivotTable null values #232

Closed willsolve closed 5 years ago

willsolve commented 6 years ago

When CreatePivotTable is called on a range, it does not check for doubles past (startRow + 1) in a given column. Curly braces were added in the row for-loop so that it won't break trying to convert an empty value to double.

tomjebo commented 5 years ago

Closing all PRs as this repo is being archived and will no longer be maintained by Microsoft. The project is licensed for continued use and development by forking to your own repo.