Sketch of col insert functionality

This commit is contained in:
Martin Aspeli
2013-09-12 23:30:36 +01:00
parent e45c5c4c56
commit cb8c0bd51d
+1 -1
View File
@@ -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)