Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 102,523 for

workbook

(0.44 sec)
  1. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....recommend that users call Workbook.CalculateFormula() once and...want to calculate the entire workbook; they just want to calculate...

    docs.aspose.com/cells/cpp/decrease-the-calculat...
  2. Manage formulas of Excel files with JavaScript ...

    Learn how to manage formulas of Excel files through Aspose.Cells for JavaScript via C++. Aspose.Cells can simply get, set, and calculate formulas of Excel files....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/using-form...
  3. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in Node.js by implementing a custom calculation engine using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....instance of Workbook const workbook = new AsposeCells . Workbook ();...the collection const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  4. Jython中的Hello World|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/zh/java/hello-world-in-jy...
  5. Insert Background Image to Excel with JavaScrip...

    How to insert background image to Excel using Aspose.Cells for JavaScript via C++....background image to apply to a new workbook's first worksheet, then click..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/insert-bac...
  6. Working with External Data Connection of type W...

    Learn how to work with WebQuery data connection in Microsoft Excel using Aspose.Cells with C++....connections of any type using the Workbook.DataConnections collection...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/working-with-external...
  7. Using a Microsoft Excel Worksheet as the Messag...

    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....article uses a Microsoft Excel workbook as the email body and sends...cannot handle Microsoft Excel workbooks. To overcome this, the samples...

    docs.aspose.com/email/net/using-a-microsoft-exc...
  8. Format and Modify Named Ranges with JavaScript ...

    Learn how to format and modify named ranges using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Color , BackgroundType...Instantiate a new Workbook. const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/javascript-cpp/format-and...
  9. Convert-JSON-to-Excel|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells....to an Excel workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to a workbook. The following code example...

    docs.aspose.com/cells/java/convert-json-to-excel/
  10. Expanding text from right to left while exporti...

    Learn how to expand text from right to left while exporting Excel files to HTML using Aspose.Cells for C++....Excel file into the workbook object Workbook wb ( srcDir + u "sample..."sample.xlsx" ); // Save workbook in HTML format U16String outputPath...

    docs.aspose.com/cells/cpp/expanding-text-from-r...