Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 102,530 for

workbook

(0.21 sec)
  1. 使用 C++ 自定义图表|Documentation

    了解如何在Aspose.Cells for C++中自定义图表。我们的指南将演示如何修改图表布局、添加和格式化数据系列、调整轴线,以及应用各种格式选项,提升图表的外观和可用性。...); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/customizing-charts/
  2. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table element styles in HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...file selected – create a new workbook as in the original JavaScript...

    docs.aspose.com/cells/javascript-cpp/prefix-tab...
  3. Delete text from a cell|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.... Workbook . GetFirstChild < Sheets >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/delete-text-from-a-cell/
  4. 访问和更新单元格的富文本部分|Documentation

    了解如何通过Aspose.Cells for Java脚本在C++ API中访问和更新单元格的丰富文本部分。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/access-...
  5. 使用Node.js via C++向PDF添加水印|Documentation

    学习如何在将Excel转换为PDF时,向PDF添加文本和图像水印,使用Aspose.Cells for Node.js via C++。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/add-waterma...
  6. Combination - Stacked Column with Stacked Area ...

    Hi Team, We have a requirement to render a combination chart with stacked column in primary axis and Stacked Area in Secondary axis. Whenever I turn off the axis property the Stacked Area chart is not getting rendered. …...have used below Workbook workbook = new Workbook(dir + "DAC Stacked...+ Area.xlsx"); int index = workbook.getWorksheets().add(); ChartCollection...

    forum.aspose.com/t/combination-stacked-column-w...
  7. Evaluate Aspose.Cells|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.... Workbook created by Aspose.Cells (no...(no watermark yet) 2. Workbook after opening/saving – watermark...

    docs.aspose.com/cells/reportingservices/evaluat...
  8. How to get OData Connection Information with C+...

    Learn how to extract OData connection information from Excel files using Aspose.Cells for C++....Cells provides the Workbook.GetDataMashup() property,...\\ " ); // Create workbook Workbook workbook ( srcDir + u "ODataSample...

    docs.aspose.com/cells/cpp/how-to-get-odata-conn...
  9. 如何通过Node.js和C++获取OData连接信息|Documentation

    学习如何使用Aspose.Cells for Node.js via C++提取Excel文件中的OData连接信息。...js via C++提供 Workbook.getDataMashup() 属性,可返回Exc..."ODataSample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-get-...
  10. Remove ActiveX Control with Node.js via C++|Doc...

    Learn how to remove ActiveX controls from Workbooks using Aspose.Cells for Node.js via C++....remove ActiveX Control from workbooks. For this, the API provides...Create a workbook const wb = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/remove-activex...