Removed extra whitespace
This commit is contained in:
parent
d1da4b1494
commit
c9770d8dd5
|
@ -51,7 +51,6 @@ public class FastexcelHelper {
|
|||
ws.width(0, 25);
|
||||
ws.width(1, 15);
|
||||
|
||||
|
||||
ws.range(0, 0, 0, 1).style().fontName("Arial").fontSize(16).bold().fillColor("3366FF").set();
|
||||
ws.value(0, 0, "Name");
|
||||
ws.value(0, 1, "Age");
|
||||
|
|
Loading…
Reference in New Issue