RamblingCookieMonster / PSExcel

A simple Excel PowerShell module

Home Page:http://ramblingcookiemonster.github.io/PSExcel-Intro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removed Records: Named range from /xl/workbook.xml part (Workbook) Error

DrPepper124 opened this issue · comments

I Get a Removed Records: Named range from /xl/workbook.xml part (Workbook) Error When I open a Excel File after I apply a "Set-CellValue -WorkSheet $Worksheet -Coordinates 'C4:C4' -Value "Test5""
Then Do A "$Excel | Save-Excel -Close"
I am Runnin Excel 2013 15.0.4927.1000
Log File

-
error108080_01.xml

Errors were detected in file 'C:\Users\Phil\Desktop\Development\IPRequest\LCI_Langley_Deployment_Checklist_20170605_DM_v9.xlsx' - Removed Records: Named range from /xl/workbook.xml part (Workbook)

Hi DrPepper124

I was also having the same issue with an xlsx template. My problem was within the template itself; Turns out it was due to invalid references when querying lookup tables.

To try resolve [Excel 2010]
[1] Open the Excel Template
[2] Formulas
[3] Name Manager
-> Check the references here or perhaps remove if not required

Hope this helps

Thanks a lot @endk17, it helped me :-)