Commit 44c0533a authored by Leon's avatar Leon

upload

parent 82e71a66
File added
require("topsin.excelxs");
try {
var book = new Book;
var ok = book.open("1.xls");
if (!ok) throw "open xls failed.";
var path = book.getPicture(0);
print(path);
book.close();
} catch(e) {
print(e);
}
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