发布

  • feat: Excel insert row/col with shift, whole-row/col notation, smarter formula warnings

    frostbyte_neo 发布于 2026-03-23 08:53:07 +00:00

    • Add row insert: when inserting at an existing index, shift rows down (mirrors shift-delete)
    • Add col insert: new "col"/"column" type with optional name/index/width; shifts right if occupied
    • NormalizeExcelPath: recognize Sheet1!1:1 → /Sheet1/row[1] and Sheet1!A:A → /Sheet1/col[A]
    • Formula impact: distinguish #REF! cells (direct reference) vs shifted cells (reference above)
    • Watch: add batch+watch pipe integration test
    • Bump version to 1.0.18
    下载附件