feat: integrate luckysheet inline and fullscreen

This commit is contained in:
liaibo
2025-11-23 17:22:35 +08:00
parent c8e479aeab
commit 994dd4e67c
529 changed files with 403413 additions and 201 deletions
@@ -0,0 +1,44 @@
const luckysheetConfigsetting = {
autoFormatw: false,
accuracy: undefined,
total: 0,
allowCopy: true,
showtoolbar: true,
showinfobar: true,
showsheetbar: true,
showstatisticBar: true,
pointEdit: false,
pointEditUpdate: null,
pointEditZoom: 1,
userInfo: false,
userMenuItem: [],
myFolderUrl: null,
functionButton: null,
showConfigWindowResize: true,
enableAddRow: true,
addRowCount: 100,
enableAddBackTop: true,
enablePage: true,
pageInfo: null,
editMode: false,
beforeCreateDom: null,
workbookCreateBefore: null,
workbookCreateAfter: null,
remoteFunction: null,
fireMousedown: null,
plugins:[],
forceCalculation:false,//强制刷新公式,公式较多会有性能问题,慎用
defaultColWidth:73,
defaultRowHeight:19,
defaultTextColor: '#000',
defaultCellColor: '#fff',
}
export default luckysheetConfigsetting;