Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 27,074 for

excel worksheet

(0.17 sec)
  1. 在C++中插入或删除Excel工作表中的行|Documentation

    本文提供在Excel工作表中插入和删除行的C++代码。...在C++中插入或删除Excel工作表中的行 Contents [ Hide ] 在创建新工作表或处理现有工作表时,您可能...Aspose.Cells的工作方式与Microsoft Excel相同。当添加行或列时,工作表内容向下和向右移动。当删除行...

    docs.aspose.com/cells/zh/cpp/insert-or-delete-r...
  2. 用JavaScript通过C++删除工作表中的空白行和列|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++删除工作表中的所有空白行和列。...这在例如从微软Excel文件生成PDF文件时非常有用,只转换包含数据或相关对象的行和列。...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  3. 在工作表中插入超链接|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....通过调用超链接集合的Add方法,可以将超链接添加到同一Excel文件中的单元格中。Add方法适用于内部和外部超链接。 Java...the first worksheet. WorksheetCollection worksheets = workbook...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...
  4. 行尾和文本换行|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,你可以轻松在单元格中插入文本并设置换行方式,如手动换行、自动换行等。本文详细介绍如何实现这些功能,并提供示例代码供参考。...first Worksheet in the workbook const ws = wb . worksheets . get...get ( 0 ); // Get Worksheet Cells Collection const cell = ws ...

    docs.aspose.com/cells/zh/javascript-cpp/line-br...
  5. 验证单元格值是否满足数据验证规则(使用C++)|Documentation

    学习如何通过Aspose.Cells for C++ API验证单元格值是否符合数据验证规则。...Contents [ Hide ] Microsoft Excel允许用户为单元格添加数据验证规则。例如,小数验证指定只能...不同的数字,Excel会显示错误信息并提示他们输入正确范围内的数字。如果复制粘贴一个数字,比如3,Excel不会进行验证检查或显示错误信息。...

    docs.aspose.com/cells/zh/cpp/verify-that-cell-v...
  6. Change Cells Alignment and Keep Existing Format...

    Use the Aspose.Cells library to change cell alignment and preserve existing formatting...sample code loads the sample Excel file , creates the range and...compares the sample Excel file and output Excel file and shows that...

    docs.aspose.com/cells/cpp/change-cells-alignmen...
  7. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of a linked Ole object using Aspose.Cells for Node.js via C++....Possible Usage Scenarios Microsoft Excel allows you to change the display...sample code; it loads the sample Excel file that contains the Ole Object...

    docs.aspose.com/cells/nodejs-cpp/access-and-mod...
  8. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...
  9. How to create Combo chart with Node.js via C++|...

    Learn how to create a combo chart using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Usage Scenarios Combo charts in Excel let you take advantage of this...the sample Excel file and generates the output Excel file . const...

    docs.aspose.com/cells/nodejs-cpp/create-combo-c...
  10. Get Cell String Value with and without Formatti...

    Learn how to Get Cell String Value with and without Formatting through the Aspose.Cells for C++ API....01 in Excel. You can retrieve string values...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-cell-string-value...