Hello!
I've very big .xlsx file. It's contains mane references on other file. How I can update data in my file when open it with ClosedXML?
My problem-data change in other files, but when I open my file in my program,data not changed in this file. Excel has a button "Update all links" and I set "Automatic update"..
I open file
var wb= new XLWorkbook(path,XLEventTracking.Enabled);
I've very big .xlsx file. It's contains mane references on other file. How I can update data in my file when open it with ClosedXML?
My problem-data change in other files, but when I open my file in my program,data not changed in this file. Excel has a button "Update all links" and I set "Automatic update"..
I open file
var wb= new XLWorkbook(path,XLEventTracking.Enabled);