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

workbook

(0.09 sec)
  1. 在将 Excel 渲染为 PDF 时绘制分析器|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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by loading the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/draw-sl...
  2. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....xlsx" ; Workbook wb ( inputFilePath ); // Access...u "Aspose APIs" ); // Save workbook to memory stream auto ms =...

    docs.aspose.com/cells/cpp/access-and-modify-the...
  3. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using JavaScript via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods to calculate these functions and save the results to disk....sample Excel file and calls the Workbook.calculateFormula() method..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  4. Customizing the Ribbon XML with JavaScript via ...

    Learn how to customize the Ribbon XML in Excel using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Loads the workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/customizin...
  5. Get Cell String Value with and without Formatti...

    Learn how to get cell string value with and without formatting through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Cell } = AsposeCells...Creating a new workbook const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/get-cell-s...
  6. 用 C++ 通过 JavaScript 删除范围|Documentation

    学习如何使用 C++ 中的脚本删除 Excel 中的范围并将单元格向左或向上移动。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  7. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。...// Create workbook with XLSX format Workbook workbook ( FileFormatType...Xlsx ); Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  8. 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...
  9. 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...
  10. 用C++格式化切片器|Documentation

    使用Aspose.Cells和C++格式化Microsoft Excel中的切片器。... Workbook workbook ( u "sampleFormattingSlic...worksheet. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/formatting-slicer/