mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 08:27:39 +08:00
Sketch of col insert functionality
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ module.exports = (function() {
|
||||
sheetData.findall("row").forEach(function(row) {
|
||||
|
||||
// Update row@r (row reference) in case we have inserted additional rows.
|
||||
row.attrib.r = currentRow = parseInt(row.attrib.r, 10) + rowsInserted;;
|
||||
row.attrib.r = currentRow = parseInt(row.attrib.r, 10) + rowsInserted;
|
||||
rows.push(row);
|
||||
|
||||
// Loop over row/c (columns)
|
||||
|
||||
Reference in New Issue
Block a user