Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 26,790 for

excel worksheet

(0.49 sec)
  1. 使用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...
  2. How to Rotate Text of Cell|Documentation

    C# code to rotate text of Cell with Aspose.Cells for Python via .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/python-net/how-to-rotate-...
  3. Remove White Spaces from the Data before Render...

    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....Sometimes, you need to present worksheet images in applications or...Basically, you want to render a worksheet as an image so that it can...

    docs.aspose.com/cells/java/remove-white-spaces-...
  4. 用C++管理Excel文件的数据|Documentation

    本文介绍如何使用C++和Aspose.Cells库查看和编辑Excel文件的数据。...用C++管理Excel文件的数据 Contents [ Hide ] 在 访问工作表的单元格 中,我们讨论了访问工作表中...Cells提供了一个表示Microsoft Excel文件的 Workbook 类。 Workbook 类包含一个 Worksheets 集合,允许访...

    docs.aspose.com/cells/zh/cpp/view-and-edit-exce...
  5. 用Node.js通过C++判断工作表是否为对话框工作表|Documentation

    本文提供判断Excel工作表是否为对话框工作表的说明和示例代码,使用Aspose.Cells for Node.js via C++。...作表可以由老版本的Excel(如2003)插入,如截图所示,也可以通过VBA在较新版本(如Excel 2016)中插入。...Cells for Node.js via C++提供的 Worksheet.getType() 属性。如果返回枚举值 SheetType...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-the...
  6. 用JavaScript通过C++更改形状的调整值|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中更改形状的调整值。...在微软Excel用户界面中,调整显示为黄色菱形节点。例如: 圆角矩形有一个调整来改变拱形...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  7. 在 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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets.... get ( 0 ) protection = worksheet . getProtection () # Unprotecting...

    docs.aspose.com/cells/zh/java/unprotecting-pass...
  8. Create High-Low-Close (HLC) Stock Chart with Ja...

    Learn how to create a high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....the sample Excel file and generates the output Excel file . <!DOCTYPE...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-hig...
  9. 用 Node.js 和 C++ 设置形状文本的预设 WordArt 样式|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 为形状的文本设置预设 WordArt 样式...如下的 输出Excel文件 在 Microsoft Excel 中的显示效果。 const AsposeCells...(); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-preset-...
  10. Hello World in Ruby|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 = Rjb :: import...a new workbook, a default worksheet, # "Sheet1", is by default...

    docs.aspose.com/cells/java/hello-world-in-ruby/