File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
projects/igniteui-angular/src/lib/services/excel Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -956,7 +956,6 @@ export class FileContentData {
956956 <sheetFormatPr defaultRowHeight="15" x14ac:dyDescent="0.25"/>
957957 <cols><col min="1" max="1" width="50" customWidth="1"/><col min="2" max="2" width="50" customWidth="1"/><col min="3" max="3" width="50" customWidth="1"/><col min="4" max="4" width="50" customWidth="1"/><col min="5" max="5" width="50" customWidth="1"/><col min="6" max="6" width="50" customWidth="1"/></cols>
958958 <sheetData><row r="1"><c r="A1" t="s"><v>0</v></c><c r="B1" t="s"><v>1</v></c><c r="C1" t="s"><v>2</v></c><c r="D1" t="s"><v>3</v></c><c r="E1" t="s"><v>4</v></c><c r="F1" t="s"><v>5</v></c></row><row r="2"><c r="A2" s="1"><v>1</v></c><c r="B2" t="s"><v>6</v></c><c r="C2" t="s"><v>7</v></c><c r="D2" s="1"><v>4</v></c><c r="E2" t="s"><v>8</v></c><c r="F2" t="s"><v>9</v></c></row><row r="3"><c r="A3" s="1"><v>2</v></c><c r="B3" t="s"><v>10</v></c><c r="C3" t="s"><v>11</v></c><c r="D3" s="1"><v>6</v></c><c r="E3" t="s"><v>12</v></c><c r="F3" t="s"><v>9</v></c></row><row r="4"><c r="A4" s="1"><v>3</v></c><c r="B4" t="s"><v>13</v></c><c r="C4" t="s"><v>11</v></c><c r="D4" s="1"><v>8</v></c><c r="E4" t="s"><v>14</v></c><c r="F4" t="s"><v>9</v></c></row></sheetData>` ;
959- < sheetData > < row r = "1" > < c r = "A1" t = "s" > < v > 0 < / v > < / c> < c r = "B1" t = "s" > < v > 1 < / v > < / c> < c r = "C1" t = "s" > < v > 2 < / v > < / c> < c r = "D1" t = "s" > < v > 3 < / v > < / c> < c r = "E1" t = "s" > < v > 4 < / v > < / c> < c r = "F1" t = "s" > < v > 5 < / v > < / c> < / row > < row r = "2" > < c r = "A2" s = "1" > < v > 1 < / v > < / c> < c r = "B2" t = "s" > < v > 6 < / v > < / c> < c r = "C2" t = "s" > < v > 7 < / v > < / c> < c r = "D2" s = "1" > < v > 4 < / v > < / c> < c r = "E2" t = "s" > < v > 8 < / v > < / c> < c r = "F2" t = "s" > < v > 9 < / v > < / c> < / row > < row r = "3" > < c r = "A3" s = "1" > < v > 2 < / v > < / c> < c r = "B3" t = "s" > < v > 10 < / v > < / c> < c r = "C3" t = "s" > < v > 11 < / v > < / c> < c r = "D3" s = "1" > < v > 6 < / v > < / c> < c r = "E3" t = "s" > < v > 12 < / v > < / c> < c r = "F3" t = "s" > < v > 9 < / v > < / c> < / row > < row r = "4" > < c r = "A4" s = "1" > < v > 3 < / v > < / c> < c r = "B4" t = "s" > < v > 13 < / v > < / c> < c r = "C4" t = "s" > < v > 11 < / v > < / c> < c r = "D4" s = "1" > < v > 8 < / v > < / c> < c r = "E4" t = "s" > < v > 14 < / v > < / c> < c r = "F4" t = "s" > < v > 9 < / v > < / c> < / row > < / sheetData > ` ;
960959
961960 return this . createData ( ) ;
962961 }
You can’t perform that action at this time.
0 commit comments