Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 103,482 for

workbook

(0.18 sec)
  1. Get Equation Text of Chart Trendline with C++|D...

    Learn how to use Aspose.Cells for C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-equation-text-of-...
  2. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate the page‑setup scaling factor using the **Fit to n page(s) wide by m tall** option of an Excel worksheet programmatically....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  3. Assign Macro to Form Control|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....a form control inside the workbook. The following sample code...code creates a new workbook, assigns a macro to a form button, and...

    docs.aspose.com/cells/python-net/assign-macro-t...
  4. Export Worksheet or Chart into Image with Desir...

    Learn how to export a worksheet or chart to an image with specified width and height using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , ImageOrPrintOptions , SheetRender...Create workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/export-wor...
  5. 使用C++复制范围数据并保持样式|Documentation

    使用Aspose.Cells for C++在Excel文件中复制范围数据,包括单元格样式...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets..., u "D3" ); Style style = workbook . CreateStyle (); style ....

    docs.aspose.com/cells/zh/cpp/copy-range-data-wi...
  6. 用C++减少单元格Calculate方法的计算时间|Documentation

    本文介绍如何使用Aspose.Cells库来减少Microsoft Excel中单元格计算方法的计算时间。 通过加载现有的Excel文件或创建一个新文件,我们可以使用Aspose.Cells提供的方法来优化单元格计算方法并提高其性能。 最后,我们将修改后的Excel文件保存到磁盘。...Hide ] 可能的使用场景 通常,我们建议用户调用 Workbook.CalculateFormula() 方法一次,然...isRecursive ) { Workbook * workbook = new Workbook (); CalculationOptions...

    docs.aspose.com/cells/zh/cpp/decrease-the-calcu...
  7. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for C++ 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/cpp/chart-calculations/
  8. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....Instantiating a Workbook object Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  9. How to Prevent Users from Printing Excel File|D...

    Learn how to prevent users from printing Excel through the Aspose.Cells for .NET API.... Open the workbook that you don’t want others...close the code, return to the workbook, and now when you try to print...

    docs.aspose.com/cells/net/how-to-prevent-printi...
  10. 用JavaScript通过C++冻结Excel工作表的顶部行|Documentation

    本文将介绍如何使用JavaScript库结合C++ API以编程方式冻结Excel工作表的顶部行。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a new Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...