MCPcopy
hub / github.com/exceljs/exceljs / _parseMergeCells

Method _parseMergeCells

lib/doc/worksheet.js:916–922  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

914 }
915
916 _parseMergeCells(model) {
917 _.each(model.mergeCells, merge => {
918 // Do not merge styles when importing an Excel file
919 // since each cell may have different styles intentionally.
920 this.mergeCellsWithoutStyle(merge);
921 });
922 }
923
924 set model(value) {
925 this.name = value.name;

Callers 1

modelMethod · 0.95

Calls 2

eachMethod · 0.45

Tested by

no test coverage detected