Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3958234
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T02:35:10+00:00 2026-05-20T02:35:10+00:00

In the past, I have created a component to pass and retrieve values to/from

  • 0

In the past, I have created a component to pass and retrieve values to/from excel using the excel libraries. The good thing is that once you have your workbook in memory and modify a cell (let’s call it the origin cell) all the other cells with formulas that take this origin cell value are automatically refreshed.

Is this possible in OpenXml?

As far as I see, apparently this doesn’t happen in OpenXml because the excel engine is not really executed in the background, OpenXml is just a group of classes to serialize, deserialize, read etc xml files right?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T02:35:11+00:00Added an answer on May 20, 2026 at 2:35 am

    That’s correct, Office Open XML SDK is just a set of libraries to read/write XML files. It does not have any functionality for performing calculations.

    You can specify that Excel should recalculate everything upon load by setting the following attribute, but if you need to read the new values in code (prior to re-opening in Excel) this won’t help.

    <workbook> 
      <calcPr fullCalcOnLoad="1"/> 
    </workbook> 
    

    Or in code with the Office Open XML SDK..

    using (var doc = SpreadsheetDocument.Open(path, false))
    {
        doc.WorkbookPart.Workbook.CalculationProperties.FullCalculationOnLoad = true;
        .
        .
        .
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a COM component written in VB6 that I'm using from a Visual
In the past I have created business documents in Java using the referenced libraries.
In the past I have created ItemTemplates for classes that I regularly use in
In the past I have created a php file that generates the XML and
I have derived my own component from TAdoQuery in Delphi. I have overridden the
I have created the following class. However, I cannot get past the error: Must
I have created a functional OOP program that uses a bunch of classes, and
I have created a textbox in a Windows Forms application that starts out at
I have created an SVN repository for project but now realise that the files
I have been trying to upgrade for the past 3 days from Cocos2D 1.1.0-pre->2.0rc0a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.