Skip to content
New issue

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

可以实现增量提交数据到服务端吗 #730

Open
jimexiong opened this issue Feb 9, 2025 · 1 comment
Open

可以实现增量提交数据到服务端吗 #730

jimexiong opened this issue Feb 9, 2025 · 1 comment

Comments

@jimexiong
Copy link

const s = new Spreadsheet("#x-spreadsheet-demo")
.loadData({}) // load data
.change(data => {
// save data to db
});

假如loadData 加载了100行得数据 , 我修改了第一行第一列得值,可以实现数据增量保存吗,要是使用change方法相当于把所有得数据都保存起来了

@yuanhaowei140
Copy link

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants