i am currently using ubuntu, ubuntu-wine & ms office 7 on wine

i want to convert a xls template -> ssjson for testing spreadjs

i got some sjson file links from wijmo's forum

http://wijmo.com/wp-content/uploads/2014/02/t.txt

it sucessfully loaded into spreadjs (i don't know - correct amount of content in it)

anybody knows a solution to convert a xls template to spreadjs ssjson ?

有帮助吗?

解决方案 2

http://demos.componentone.com/wijmo/spreadjs/exceliosample/

is a better option for ubuntu users

first import a xls file after opening console

console.log(JSON.stringify(spread.toJSON()));

then u get ssjson of that template, copy & save it as x.ssjson

enter image description here

其他提示

You can load the xls file in the Spread Designer, make the desired changes and then, save it as ssjson file. Later, you can load this ssjson file in SpreadJS. You may refer to this following links for more information:

http://wijmo.com/widgets/wijmo-enterprise/spreadjs/v20133-whats-new/ http://helpcentral.componentone.com/NetHelp/SpreadHClientUG/webframe.html#spdesigner.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top