Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 105,375 for

workbook

(0.35 sec)
  1. Find Maximum Rows and Columns supported by XLS ...

    Learn how to find the maximum rows and columns supported by XLS and XLSX formats using Aspose.Cells for C++....following sample code creates a workbook first in XLS format and then...endl ; // Create workbook in XLS format. Workbook wb ( FileFormatType...

    docs.aspose.com/cells/cpp/find-maximum-rows-and...
  2. Consolidation Function with C++|Documentation

    Learn how to apply a ConsolidationFunction to data fields of a pivot table using Aspose.Cells with C++....Create workbook from source Excel file Workbook workbook ( inputFilePath...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/consolidation-function/
  3. 用C++将VBA证书导出到文件或流|Documentation

    了解如何使用Aspose.Cells for C++将VBA数字证书导出到文件或内存流。...您可以使用 Workbook.GetCertRawData() 属性访问VBA数字证书的原始数据。...xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/export-vba-certifi...
  4. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in C++ to add conditional formatting for two color ratios and three color ratios. By adjusting these criteria, you have more control over how cells look and appear....\\ " ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/adding-2-color-scale-...
  5. Change the HTML Link Target Type with JavaScrip...

    Learn how to change the HTML link target type using Aspose.Cells for JavaScript via C++. Control the target attribute in your HTML links...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/change-the...
  6. 在使用 C++ 通过 JavaScript 转换 Excel 为 PDF 时渲染实心网格线|D...

    学习如何在使用 C++ 通过 JavaScript 转换 Excel 为 PDF 时渲染实心网格线。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  7. 获取范围内的超链接|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中获取区域中的超链接。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiate a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/get-hyp...
  8. 使用Node.js通过C++验证用来保护工作表的密码|Documentation

    学习如何使用Aspose.Cells for Node.js via C++验证保护工作表的密码。...instance of Workbook and load a spreadsheet const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the protected...

    docs.aspose.com/cells/zh/nodejs-cpp/verify-pass...
  9. 仅复制范围样式,通过 JavaScript 由 C++ 实现|Documentation

    学习如何在操作数据的同时,仅复制范围的样式,使用 C++ 的脚本实现。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate or load a Workbook. let workbook ; if ( fileInput ....

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  10. 在PHP中将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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/excel-to-pdf-conve...