ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / XLS file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Recalculates all formulas in an Excel (XLSX) document.
New in version SaaS
Android This function is now available for Android applications.
Android Widget This function is now available in Android widget mode.
iPhone/iPad This function is now available for iPhone/iPad applications.
Example
MyDocument is xlsDocument

// Make changes to the XLSX document
MyDocument[1,"A"] = 1
// Define the formula
MyDocument[1,"B"].Formula = "A1"
// Recalculates all formulas
xlsRecalculateAll(MyDocument)
Syntax
xlsRecalculateAll(<Excel document>)
<Excel document>: xlsDocument variable
Name of the xlsDocument variable used.
Remarks
  • Changing the value or formula in a cell does not automatically recalculate the formulas in the workbook.
  • xlsRecalculateAll must be called after changing the value or formula of one or more cells. It updates the values of the cells in a workbook that uses a formula.
  • This function cannot be used on an XLS document.
Component: wd300xls.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/04/2024

Send a report | Local help