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

workbook formulas

(0.07 sec)
  1. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for .Net ....Microsoft Excel and open the workbook that contains the named range...range. Go to the “Formulas” tab in the Excel ribbon. Click on...

    docs.aspose.com/cells/net/delete-named-ranges/
  2. 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...
  3. 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/java/precedents-and-depen...
  4. 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/
  5. Developer Guide|Documentation

    Aspose.Cells for JavaScript via C++ developer guide....JavaScript via C++ Manage Workbook with JavaScript via C++ Convert...Combine Multiple Workbooks into a Single Workbook with JavaScript...

    docs.aspose.com/cells/javascript-cpp/developer-...
  6. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...Load the workbook Workbook workbook = new Workbook(inputFilePath);...foreach (Worksheet sheet in workbook.Worksheets) { foreach (Shape...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  7. CalculateFormula throws an exception - Free Sup...

    I am using Aspose.Cells 25.10.0 .NET 9.0 There is a file that passes CalculateFormula in version 25.9 but in version 25.10 CalculateFormula throws an exception: System.NullReferenceException: Object reference not set…...Workbook. (Boolean , CalculationOptions...CalculationOptions , e ) at Aspose.Cells.Workbook.CalculateFormula(CalculationOptions...

    forum.aspose.com/t/calculateformula-throws-an-e...
  8. 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/java/merge-files/
  9. Workbook.CalculateFormula is very time consumin...

    Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch sw = Stopwatch.StartNew(); wb.CalculateFormula(); Console.WriteLine($“{sw.ElapsedMilliseconds}ms”); It will take about 1 minite to calculate formula. Test.7z (556.…...Workbook.CalculateFormula is very time consuming (with non-existing...14, 2025, 3:04am 1 Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch...

    forum.aspose.com/t/workbook-calculateformula-is...
  10. Copying Rows and Columns in Python|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 = self ....

    docs.aspose.com/cells/java/copying-rows-and-col...