We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const s = new Spreadsheet("#x-spreadsheet-demo") .loadData({}) // load data .change(data => { // save data to db });
假如loadData 加载了100行得数据 , 我修改了第一行第一列得值,可以实现数据增量保存吗,要是使用change方法相当于把所有得数据都保存起来了
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
No branches or pull requests
const s = new Spreadsheet("#x-spreadsheet-demo")
.loadData({}) // load data
.change(data => {
// save data to db
});
假如loadData 加载了100行得数据 , 我修改了第一行第一列得值,可以实现数据增量保存吗,要是使用change方法相当于把所有得数据都保存起来了
The text was updated successfully, but these errors were encountered: