You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
26642523
changed the title
Corrupted after calling ShiftRows function
Corrupted after calling ShiftRows function to remove the row where the shared formula is defined
Mar 13, 2025
NPOI Version
2.7.2
File Type
Upload the Excel File
Please attach your original Excel File to help us reproduce the issue
import.xlsx
Reproduce Steps
Create a project, and paste the code below.
static void Main(string[] args)
{
string filename = "import.xlsx";
IWorkbook doc = new XSSFWorkbook(filename);
int insertRow = 2;
var sheet = doc.GetSheetAt(0);
}
Issue Description
after calling the ShiftRows function, the output file will be corrupted due to the invalid shared formula.
The text was updated successfully, but these errors were encountered: