OpenXLSX access of cell values is too slow
Summary The OpenXLSX library is being used to read and manipulate xlsx files, but the execution time is slow, taking 33.3 seconds to save a file as csv, compared to 4 seconds using VB scripts. The bottleneck lies in the XLCell c=wks.cell(i, 1) line, which consumes 30.8 out of the 33.3 seconds. Root Cause The … Read more