xlstream v1.2.0 Release Notes

Release Date: 2020-04-09 // about 4 years ago
    • Header uniqueness. Now, if duplicated header name is found, column name will be prepended with column letter to maintain uniqueness.
    • ➕ Added fillMergedCells option. If true, merged cells will have the same value (by default, only the first cell of merged cells is filled with value).
      Warning! Enabling this feature may increase streaming time because file must be processed to detect merged cells before actual stream.