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

workbook

(0.35 sec)
  1. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides JavaScript code using C++ to insert and delete rows in an Excel worksheet...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiate a Workbook object and load the selected...

    docs.aspose.com/cells/javascript-cpp/insert-or-...
  2. 数据透视表隐藏和排序数据|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 , Utils } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/pivot-t...
  3. 通过Node.js和C++显示与隐藏网格线及行列标题|Documentation

    本文提供了使用Node.js API通过C++编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...Cells提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Workbook...filePath ); // Instantiating a Workbook object // Opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  4. 用C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for C++将图片设置为图表的背景填充。我们的指南将告诉您如何导入和调整图片位置、大小、颜色,以及应用格式化选项以增强图表外观。...\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...10000 ); int sheetIndex = workbook . GetWorksheets (). Add (...

    docs.aspose.com/cells/zh/cpp/set-picture-as-bac...
  5. Copy Cells range and formatting to Word table -...

    I am currently evaluating Cells and Words. One of the tasks I need to be able toaccomplish is that of selecting an Excel range, complete with formatting, and inserting it into a Word document as a table. Please could you…... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/copy-cells-range-and-formatt...
  6. Aspose.Cells 16.10.0中的公共API更改|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....and add a shape Workbook book = new Workbook ( "sample.xlsx"...and add a shape Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Conversion|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 workbook = new Workbook ( "Sample.xls"...xls" ); workbook . Save ( "Converted.xlsx" , SaveFormat . Xlsx );...

    docs.aspose.com/cells/net/conversion/
  8. Public API Changes in Aspose.Cells 8.0.1|Docume...

    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....//Instantiate a new Workbook Workbook book = new Workbook (); //Set the...automatically created by the Workbook. In order to change the memory...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. 使用JavaScript通过C++创建带引线的饼图|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++在Microsoft Excel中创建带引线的饼图。我们的指南将演示如何添加连接数据点与图例的引线,从而增强图表的整体清晰度。...API 创建带有引线的饼图,我们首先会创建一个新的 Workbook 并输入一些数据,作为系列数据源。数据就位后,我们将在图表集合中添加一个类型为..."text/javascript" > const { Workbook , SaveFormat , ChartType ...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  10. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via 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 text of a trendline for further analysis or display....Create workbook object from source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "source.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...