Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,738 for

workbook formulas

(0.08 sec)
  1. Precedents and Dependents|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Checking formulas for accuracy and finding the...can be difficult when the formula uses precedent cells and dependent...

    docs.aspose.com/cells/net/precedents-and-depend...
  2. Merge Files with Golang via C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++....data, formatting, and formulas, the Workbook.Combine() method can...be used to combine several workbooks, and the Worksheet.Copy()...

    docs.aspose.com/cells/go-cpp/merge-files/
  3. Comparison and Migration with Golang via C++|Do...

    Learn about comparison and migration features in Aspose.Cells for C++....Load the Excel file using the Workbook class. Use the Save method...encounter differences in data, formulas, or formatting. Aspose.Cells...

    docs.aspose.com/cells/go-cpp/comparison-migration/
  4. Support for TOCOL function in version 24.2.0.0 ...

    Hi, In my application, I am writing some value in my Workbook and then using CalculateFormula() to recalculate the Workbook because the written value can impact the values in other cells. But I am noticing the cells tha…...am writing some value in my workbook and then using CalculateFormula()...CalculateFormula() to recalculate the workbook because the written value...

    forum.aspose.com/t/support-for-tocol-function-i...
  5. Calculation results differ from Excel 365 - Fre...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook Workbook = new Workbook("iferror.xlsx"); WorksheetCollection worksheets = Workbook.getWorksheets(); Worksheet worksheet = worksheets.get("S1-8.2 - T…... Sample code: Workbook workbook = new Workbook("iferror.xlsx");...WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet...

    forum.aspose.com/t/calculation-results-differ-f...
  6. Convert between Excel formats|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Excel file to PDF using the Workbook class' Save method. The Save...Instantiate an object of the Workbook class by calling its empty...

    docs.aspose.com/cells/net/convert-between-excel...
  7. ImportData method overwriting the formula in la...

    AsposeBug.zip (14.2 KB) Hi, I am using Aspose.Cells for .Net and facing 1 weird issue wherein when I import data to an existing Workbook using the ImportData method its overwriting formula in the last column of first r…...ImportData method overwriting the formula in last column Aspose.Cells...import data to an existing workbook using the ImportData method...

    forum.aspose.com/t/importdata-method-overwritin...
  8. Copying Rows and Columns in Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....all types of data including formulas, values, comments, cell formats...Instantiating a Workbook object by excel file path workbook = Rjb ::...

    docs.aspose.com/cells/java/copying-rows-and-col...
  9. Formula text containing local absolute cell ref...

    In copying a particular range of cells from one Workbook to another, I found that cells with formula text containing a local absolute cell reference, e.g. =$F$3, do not get adjusted according to the location of the desti…...Formula text containing local absolute cell references is not...copied correctly between workbooks Aspose.Cells Product Family...

    forum.aspose.com/t/formula-text-containing-loca...
  10. Merge Files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....data, formatting, and formulas, the Workbook.Combine() method can...be used to combine several workbooks, and the Worksheet.Copy()...

    docs.aspose.com/cells/net/merge-files/