nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In the ShiftRows transformation, certain functions disappear in the cells

Julyxunle opened this issue · comments

NPOI Version

File Type

  • XLSX

Upload the Excel File

Please attach your original Excel File to help us reproduce the issue

Reproduce Steps

Issue Description

For example, the function “=INDEX($K:$K, ROW()-7)” disappears after the transformation, but the function “=INDEX(OFFSET($A$1,ROW()-8,COLUMN()+5),1,1)” remains intact.