Skip to content

Commit

Permalink
exceljs#951: Force formula re-calculation on file open from Excel
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Lubieniecki authored and Szymon Lubieniecki committed Oct 4, 2019
1 parent 9f949d3 commit 15ada43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -972,11 +972,6 @@ export interface Worksheet {
*/
properties: WorksheetProperties;

/**
* Workbook calculation Properties
*/
calcProperties: CalculationProperties;

/**
* Open panes representing the sheet
*/
Expand Down Expand Up @@ -1424,6 +1419,11 @@ export class Workbook {
lastPrinted: Date;
properties: WorkbookProperties;

/**
* Workbook calculation Properties
*/
calcProperties: CalculationProperties;

/**
* xlsx file format operations
*/
Expand Down

0 comments on commit 15ada43

Please sign in to comment.