Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 26,819 for

excel worksheet

(0.19 sec)
  1. 通过 C++ 在 Node.js 中生成工作表缩略图|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 从工作表生成缩略图图片。在文档和演示中创建预览的小图片。...// Instantiate and open an Excel file const filePath = path ...true ); // Get the first worksheet const sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/generate-th...
  2. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...该Excel文件可以在配置为德语区域的环境中打开,然而,英文公式会被...译成德语。以下示例展示了该功能,但需要在德语环境下安装Excel且系统区域也设为德语。 您可以从以下链接下载测试此功能的示例文件:...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  3. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...Cells Product Family excel-to-html , cells-net , html aleksandr...Workbook(input); var name = workbook.Worksheets.Names["DR_PUBv2__1678823491"];...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  4. Add calculated field in Pivot Table|Documentation

    How to add a calculated field in pivot table with Aspose.Cells....calculated field in Pivot Table in Excel Insert a calculated field in...in a PivotTable in Excel, follow these steps: Select the PivotTable...

    docs.aspose.com/cells/net/add-calculated-field-...
  5. Propagate Formula in Table or List Object Autom...

    Learn how to automatically propagate formulas in tables or list objects while entering data in new rows using Aspose.Cells for Node.js via C++....default behavior of Microsoft Excel. To achieve the same functionality...data. Please check the output Excel file generated with this code...

    docs.aspose.com/cells/nodejs-cpp/propagate-form...
  6. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for Node.js via C++....are preserved in the output Excel files. Effect of setting the...loadOptions ); // Access first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/delete-redunda...
  7. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for C++....are preserved in the output Excel files. Effect of setting the...workbook . GetWorksheets (); Worksheet sheet = sheets . Get ( 0 );...

    docs.aspose.com/cells/cpp/delete-redundant-spac...
  8. Index was out of range pivot table.CalculateDat...

    i have a problem when I want to calculate the pivot table in the following example Excel file. I always get the following exception “Index was out of range. Must be non-negative and less than the size of the collection.…...table in the following example excel file. I always get the following...le.xlsx"); Worksheet sheet = workbook.Worksheets[0]; // Refresh...

    forum.aspose.com/t/index-was-out-of-range-pivot...
  9. Create XLSB Using Python | products.aspose.com

    Generate Microsoft Excel XLSB documents using Python applications without using Microsoft Office....XLSB File Via Python Generate Excel XLSB Files via your Python Applications...Get the access of required Worksheet using getWorksheets().get(index)...

    products.aspose.com/total/python-java/create/xlsb/
  10. 在数据透视表中添加筛选器|Documentation

    了解如何使用Aspose.Cells for Java脚本通过C++在数据透视表中添加筛选器。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...newly added worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/add-fil...