Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 18,224 for

excel worksheet

(0.4 sec)
  1. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...IsProtectedWithPassw 属性如果 Worksheet 被密码保护,则返回 true ,否则返回 false...Access the protected Worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...
  2. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...supports calculating the IFNA Excel function. The IFNA function...Workbook instance Access worksheet and cells collection Populate...

    docs.aspose.com/cells/python-net/calculating-if...
  3. 从ArrayList导入|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 (); //Adding a new worksheet to the Workbook object int...int i = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/importing-from-arr...
  4. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  5. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize Sheet.SheetId property of OpenXml using Excel manipulation C++ API or Library programmatically....the equivalent property as Worksheet.GetTabId() . Utilize Sheet...sample code loads the sample Excel file , reads its Sheet or Tab...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  6. 在 Aspose.Cells for Node.js via C++ 中使用 FormulaT...

    本文介绍了如何使用 Aspose.Cells 库中的 FormulaText 函数处理 Microsoft Excel 中的公式。学习如何获取和设置单元格的公式文本,以及使用 Node.js via C++ 保存修改后的 Excel 文件。...FormulaText 是 Excel 2013 及之后版本的函数。不支持旧版本如 Excel 2010 或 2007 等...object // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/using-formu...
  7. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for C++. Our guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance the presentation and usability of your charts....sample Excel file used in this code and the output Excel file generated...effect of the code on the sample Excel file. Sample Code #include <iostream>...

    docs.aspose.com/cells/cpp/set-the-shape-type-of...
  8. 用 Node.js 通过 C++ 实现其他语言的 Subtotal 或 Grand Total...

    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....用其他语言实现子合计或总计标签 以下示例代码加载 示例 Excel 文件 ,并用中文实现了 subtotal 和 grand...grand total 的名称。请检查由此代码生成的 输出 Excel 文件 ,以供参考。我们首先创建 GlobalizationSetting...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-s...
  9. Formula Calculation Engine in Aspose.Cells|Docu...

    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....newly added worksheet int sheetIndex = book . Worksheets . Add ();...(); Worksheet worksheet = book . Worksheets [ sheetIndex ]; Cells...

    docs.aspose.com/cells/net/formula-calculation-e...
  10. 使用Node.js via C++读取ODS文件中的图表字幕|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从OpenDocument Spreadsheet (ODS)文件中读取图表字幕。本指南将演示如何提取和访问图表的字幕以便进一步分析或显示。...__dirname , "data" ); // Load excel file containing charts const...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/read-chart-...