Read + write style information to .xlsx #263

Open
protobi wants to merge 104 commits from protobi/master into master
2 changed files with 0 additions and 16 deletions
Showing only changes of commit 5e443310f8 - Show all commits

View File

@ -200,8 +200,6 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
var count = +this.$cellXfs.children().length;
this.$cellXfs.attr('count', count);
console.log($xf);
return count - 1;
},
@ -351,16 +349,10 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
directions.forEach(function(direction) {
$border.append(self._getSubBorder(direction, attributes[direction]))
});
// if (!attributes.left && !attributes.right && !attributes.top && !attributes.bottom && !attributes.diagonal) { return 0;}
console.log($border.toXml());
this.$borders.append($border);
var count = this.$borders.children().length;
this.$borders.attr('count', count);
console.log(count);
return count -1;
},

View File

@ -5701,8 +5701,6 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
var count = +this.$cellXfs.children().length;
this.$cellXfs.attr('count', count);
console.log($xf);
return count - 1;
},
@ -5852,16 +5850,10 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
directions.forEach(function(direction) {
$border.append(self._getSubBorder(direction, attributes[direction]))
});
// if (!attributes.left && !attributes.right && !attributes.top && !attributes.bottom && !attributes.diagonal) { return 0;}
console.log($border.toXml());
this.$borders.append($border);
var count = this.$borders.children().length;
this.$borders.attr('count', count);
console.log(count);
return count -1;
},