|
@@ -316,7 +316,6 @@ function addborderToCell(borders) {
|
|
},
|
|
},
|
|
};
|
|
};
|
|
for (const bor in borders) {
|
|
for (const bor in borders) {
|
|
- console.log(borders[bor]);
|
|
|
|
if (borders[bor]) {
|
|
if (borders[bor]) {
|
|
if (borders[bor].color.indexOf("rgb") === -1) {
|
|
if (borders[bor].color.indexOf("rgb") === -1) {
|
|
border[luckyExcel.type[bor]] = {
|
|
border[luckyExcel.type[bor]] = {
|