commit | 035ebf8a40571b5e29e29595b3b70875eaf35587 | [log] [tgz] |
---|---|---|
author | Brian Cairns <bcairns@google.com> | Tue Jun 04 18:51:09 2024 +0000 |
committer | Brian Cairns <bcairns@google.com> | Tue Jun 04 18:51:09 2024 +0000 |
tree | 9b9e456c702336115fc6212808977a3fc9fee4c5 | |
parent | 21af9e19c1d54d671cbb66dd1ba2b4a15de4b68a [diff] |
[NWD] Fix EPPlus loading issue with certain spreadsheets. ExcelPackage.Workbook was being accessed before it was initialized; this change just passes the workbook to the constructor of the classes that need it. Change-Id: I7ebd4dfe02011ab117ecffc35168f0b2066ccfdf Reviewed-on: https://gnocchi-internal-review.git.corp.google.com/c/third_party/epplus/+/207700 Reviewed-by: Hughes Hilton <hugheshilton@google.com>