Commit b1c1bc6c authored by Leon's avatar Leon

upload

parent d0610164
......@@ -2,7 +2,7 @@ require("topsin.excelxs");
try {
var book = new Book;
var ok = book.open("test.xlsx");
if (!ok) throw "open xls failed.";
if (!ok) throw "open xlsx failed.";
var sheet = book.getSheet(0);
var range = sheet.addRange(0, 0, 0, 4);
sheet.copyRange(range, 1, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment