8000 feat(excel): return cell ref · composize/composize@2b7ae39 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 2b7ae39

Browse files
committed
feat(excel): return cell ref
1 parent d4d8aa3 commit 2b7ae39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/excel/src/dsl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export function cell(value: any, options: CellOptions = {}) {
8282
}
8383
// 切换到下一个单元格(跨列合并时,直接跳过合并的区域)
8484
currentColNumber += colSpan;
85+
return cellRef;
8586
}
8687

8788
export function borderedCell(value: any, options: CellOptions = {}) {

0 commit comments

Comments
 (0)
0