Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 27,089 for

excel worksheet

(0.22 sec)
  1. 在 Jython 中设置页面选项|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....Instantiating a Workbook object by excel file path workbook = Workbook...Accessing the first worksheet in the Excel file worksheets = workbook...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  2. 用C++插入时间线|Documentation

    学习如何用C++和Aspose.Cells创建时间线。...Microsoft Excel允许通过选择数据透视表并点击 插入 > 时间线 来创建时间线。Aspose...来创建时间线。Aspose.Cells也支持使用 Worksheet.Timelines.Add() 方法创建时间线。 创建时间轴到透视表...

    docs.aspose.com/cells/zh/cpp/create-timeline/
  3. Aspose.Cells 8.4.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....code ); } } //Save the output Excel file workbook . save ( "output...workbook object from source Excel file Workbook workbook = new...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...Cells 处理形状或图表的阴影效果 以下示例代码加载 源Excel文件 ,访问第一个工作表中的第一个形状,设置 Shape...getShadowEffect() 属性的子属性,然后将工作簿保存为 输出Excel文件 。 const path = require ( "path"...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  5. Create a Pie Chart|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....Users who work with Microsoft Excel can create a number of different...are: Creating a workbook and worksheet. Adding sample data. Referencing...

    docs.aspose.com/cells/net/create-a-pie-chart/
  6. Merging and Unmerging 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.... Microsoft Excel lets users select cells and...shown to the left in Microsoft Excel Aspose.Cells supports this feature...

    docs.aspose.com/cells/java/merging-and-unmergin...
  7. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Create workbook from sample Excel file Workbook workbook ( srcDir...Access first worksheet of the workbook Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  8. 用Node.js和C++计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 Node.js API 与 C++ 一起,编程计算 Excel 工作表的页面设置缩放比例,采用“适合 n 页宽 m 页高”的选项。...当你使用 适合 n 页宽 m 页高 选项设置页面缩放时,微软 Excel 会计算页面设置的缩放比例。你可以使用 SheetRender...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-p...
  9. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。... 使用Microsoft Excel设置工作表标签颜色 在当前工作表底部的标签工作表上右键单击。...Instantiate a new Workbook // Open an Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  10. 用C++设置边框|Documentation

    如何在C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框宽度、样式和颜色,可以更好地控制单元格的外观。...Contents [ Hide ] 向单元格添加边框 微软Excel允许用户为单元格添加边框。边框类型取决于添加的位置。例如...Aspose.Cells,开发人员可以以与 Microsoft Excel 中相同的灵活方式添加边框并自定义其外观。 向单元格添加边框...

    docs.aspose.com/cells/zh/cpp/cells-border-setti...