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

excel worksheet

(0.3 sec)
  1. 使用C++添加超链接图片|Documentation

    通过Aspose.Cells for C++ API学习如何添加图片超链接。...Microsoft Excel允许用户在单元格中的文本和图像上添加超链接。图像超链接可...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-image-hyperlinks/
  2. How to Rotate Text of Cell|Documentation

    C# code to rotate text of a cell with Aspose.Cells for .NET API...enables developers to work with Excel spreadsheets programmatically...Text of Cell in Excel To rotate a cell in Excel, you can use the...

    docs.aspose.com/cells/net/how-to-rotate-text-of...
  3. Python中复制和移动工作表|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....copy_worksheet 方法。下面是代码示例。 Python 代码 def copy_worksheet ( self...Instantiating a Workbook object by excel file path workbook = self ....

    docs.aspose.com/cells/zh/java/copying-and-movin...
  4. 用 JavaScript 通过 C++ 在饼图中自定义切片或扇区颜色|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 自定义饼图中的切片和扇区颜色。我们的指南将演示如何为每个切片、扇区或区域分配独特的颜色,以增强视觉吸引力和数据表现。...默认情况下,饼图使用Microsoft Excel的默认模板。要使用其他颜色,需要重新定义图表中的颜色。 ...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/custom-...
  5. 使用C++创建动态图表|Documentation

    学习如何在Aspose.Cells for C++中创建动态图表。我们的指南将演示如何根据需求动态更新图表数据、系列和格式,从而在工作表中直观展示不断变化的数据。...为了触发数据源的更改,可以使用Excel表的筛选选项,或者使用控件如下拉列表或下拉菜单。 本文展示了使用上述两种方法利用Aspose...for C++ API创建动态图表的示例。 使用ExcelExcel表格在Aspose.Cells的视角中被称为Li...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  6. Specifying Sort Warning While Sorting Data|Docu...

    Learn how to specify sort warning while sorting data by using the Aspose.Cells for JavaScript via C++ API....warning displayed by Microsoft Excel when textual data that looks...check its sample Excel file and output Excel file for more help...

    docs.aspose.com/cells/javascript-cpp/specifying...
  7. Manage Shape Text Options with JavaScript via C...

    Learn how to manage text options for shapes using Aspose.Cells for JavaScript via C++....Change Character Spacing of Excel TextBox or Shape with JavaScript...Text with Shape inside the Worksheet using JavaScript via C++ Set...

    docs.aspose.com/cells/javascript-cpp/managing-s...
  8. 从流中打开电子表格文档|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....从流中打开电子表格文档 Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  9. 使用Aspose.Cells for Node.js via C++计算IFNA函数|Docu...

    如何通过C++的Node.js使用Aspose.Cells库计算IFNA函数。加载现有Excel文件或创建新文件,然后计算IFNA函数以获取结果。最后,将修改后的Excel文件保存到磁盘。...Cells支持计算Excel中的IFNA函数。如果公式返回#N/A错误值,IFNA函...workbook // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/calculating...
  10. 你好,世界|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....that represents a Microsoft Excel file. $workbook = new Workbook...a new workbook, a default worksheet, \ # "Sheet1", is by default...

    docs.aspose.com/cells/zh/java/hello-world/