Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 3,245 for

workbook formulas

(0.41 sec)
  1. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for .NET for PPT and PPTX, with practical C# code examples....); } FAQ Do external Excel workbooks work as a data source, and...can reference an external workbook: when you connect or refresh...

    docs.aspose.com/slides/net/chart-calculations/
  2. Optimizing Memory Usage while Working with Big ...

    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....Contents [ Hide ] When building a workbook with large data sets, or reading...situations, such as building a workbook with a large data set for...

    docs.aspose.com/cells/nodejs-java/optimizing-me...
  3. Create Access and Copy Named Ranges with Node.j...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for Node.js via C++....represent cells, ranges of cells, formulas, or constant values. The word...represents a cell, range of cells, formula, or constant value. Assigning...

    docs.aspose.com/cells/nodejs-cpp/create-access-...
  4. Convert Pandas DataFrame to Excel in Python | P...

    Learn how to convert pandas DataFrame to Excel in Python using Aspose.Cells for Python via .NET with simple, accurate code examples....can also work with charts, formulas, formatting, and large files...Aspose.Cells, you can create a workbook, import the DataFrame values...

    blog.aspose.com/cells/convert-pandas-dataframe-...
  5. Getting Started|Documentation

    Setup Aspose.Cells for JavaScript via C++ and installation guidelines....library also supports advanced formulas and functions to facilitate..."text/javascript" > const { Workbook , FileFormatType , SaveFormat...

    docs.aspose.com/cells/javascript-cpp/getting-st...
  6. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...DocumentBuilder(doc); using (Workbook TestWB = new Workbook(dir + @"Chart_Template...Stream ProcessOleObject_Aspose(Workbook sourceWB, string imgCoordinates...

    forum.aspose.com/t/name-error-when-inserting-a-...
  7. Copying Rows and Columns|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....columns within or between workbooks. When a row (or column) is...contained in it, including formulas – with updated references...

    docs.aspose.com/cells/cpp/copying-rows-and-colu...
  8. Excel spredsheet fails when converting to PDF -...

    Hi Aspose team, We have problems converting the attached Excel file to PDF. Måleprotokoll.zip (192.1 KB). We get this exception in VS: image.png (42.4 KB) Using this code: Aspose.Cells.License license; license = n…...dataDir = “c:\temp\”; Workbook doc = new Workbook(dataDir + “testt...adjusting the page setup in your workbook. Here’s a code snippet to...

    forum.aspose.com/t/excel-spredsheet-fails-when-...
  9. Implement Cell.FormulaLocal similar to Excel VB...

    Learn how to implement Cell.FormulaLocal similar to Excel VBA Range.FormulaLocal using Aspose.Cells with C++....Scenarios Microsoft Excel formulas may have different names in...Local () { // Create workbook Workbook wb ; // Assign GlobalizationSetting...

    docs.aspose.com/cells/cpp/implement-cell-formul...
  10. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....// Open an Excel file Workbook workbook ( inputFilePath ); //...document with encrypted settings workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/cpp/secure-pdf-documents/