Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 26,943 for

excel worksheet

(0.11 sec)
  1. Create Pivot Tables and Pivot Charts with Golan...

    Learn how to create pivot tables and pivot charts in Excel files using Aspose.Cells with Golang via C++....invoice entries in a list in a worksheet. A pivot table can total the...product, or date. With Microsoft Excel, it is possible to quickly rearrange...

    docs.aspose.com/cells/go-cpp/create-pivot-table...
  2. 使用 C++ 在加载工作簿或工作表时筛选对象 Node.js 版本|Documentation

    学习如何在加载工作簿或工作表时使用 Aspose.Cells for Node.js via C++ 进行筛选。...startSheet(Worksheet) 方法。在创建或使用 LoadFilter 时,请从...以下示例代码说明了如何从工作簿中筛选图表。请查看此代码中使用的 示例excel文件 和由此生成的 输出PDF 。从输出PDF中可以看出,所有图表都已从工作簿中筛选出。...

    docs.aspose.com/cells/zh/nodejs-cpp/filter-obje...
  3. Calculating IFNA function using Aspose.Cells fo...

    How to calculate the IFNA function using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one, calculate the IFNA function to get the result, and finally save the modified Excel file to disk....the calculation of the IFNA Excel function. The IFNA function...workbook // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/calculating-if...
  4. Change the Font on Specific Unicode Characters ...

    Learn how to modify fonts for specific Unicode characters during PDF conversion using Aspose.Cells for Python via .NET. Ensure precise text rendering with character‑level font substitution....object Access worksheet cells using the Worksheet.cells property...the first worksheet worksheet = workbook . worksheets [ 0 ] # Access...

    docs.aspose.com/cells/python-net/change-the-fon...
  5. Incorrect formula processing - TOCOL and nested...

    Hi We are evaluating upgrading to the latest version of Aspose Cells to take advantage of the support for newer Excel functions. We have found an issue where the formula =TOCOL(SIMPLE_TABLE *(100-MULTIPLIERS),TRUE) retur…...advantage of the support for newer Excel functions. We have found an...attached simplified code and excel to show the issue. AsposeToColMultiplie...

    forum.aspose.com/t/incorrect-formula-processing...
  6. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...Contents [ Hide ] Microsoft Excel提供了一个功能,可以根据内容自动调整单元格的高度。该功能称为自动调整行高。Microsoft...称为自动调整行高。Microsoft Excel不会本机设置合并单元格的自动调整操作。有时,这项功能对于真正需要在合并单...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  7. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks using the Aspose.Cells for .NET API....on other worksheets, or on websites. Microsoft Excel lets users...hyperlinks can make navigating a worksheet easier, for example, as next...

    docs.aspose.com/cells/net/add-image-hyperlinks/
  8. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。... 同样,您可以使用 Worksheet::Validations::GetValidationInCell...Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  9. 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...
  10. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....Create a workbook from source Excel file Workbook workbook ( srcDir...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/rich-text-custom-data...