Sort Score
Result 10 results
Languages All
Labels All
Results 4,881 - 4,890 of 104,120 for

workbook

(0.11 sec)
  1. Working with the ThreeDFormat of Shape or Chart...

    Learn how to manipulate the 3-D Format of shapes or charts using Aspose.Cells with C++....ThreeDFormat property and saves the workbook in the output Excel file ...Excel file containing a shape Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/working-with-the-thre...
  2. Excel ֆայլերի միավորում Python-ի միջոցով

    Հետևեք այս հոդվածին՝ Excel ֆայլերը Python-ի միջոցով միավորելու համար։ Այն ներառում է IDE-ի կարգավորման մանրամասներ, հրահանգների ցանկ և օրինակելի կոդ Excel ֆայլերը Python-ի միջոցով համակցելու համար։...ֆայլի մեջ Առաջին ֆայլի բեռնում Workbook օբյեկտի մեջ որպես նպատակային...նպատակային ֆայլ՝ օգտագործելով Workbook դասի օբյեկտը։ Վերջում անցեք...

    kb.aspose.com/hy/cells/python/merge-excel-files...
  3. 用 C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上|Documentation

    学习如何使用 Aspose.Cells for C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上。我们的指南将演示如何识别和访问复合图表中的次级饼或条,以便有效分析和操作数据。...xlsx" ; Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Chart...

    docs.aspose.com/cells/zh/cpp/find-if-data-point...
  4. 在复制行或区域时将图表数据源更改为目标工作表,使用C++|Documentation

    了解在复制行或范围到Aspose.Cells for C++时,如何将图表的数据源更改为目标工作表。我们的指南将向您展示如何更新图表的数据范围并将其链接到目标工作表,确保复制的行或范围在图表中得到准确反映。...// Load sample Excel file Workbook wb ( srcDir + u "sample.xlsx"...GetRowCount (), options ); // Save workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/change-data-source...
  5. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NAPI cleanu…...length; i++) { let workbook: Workbook | null = null; try {...images into Aspose workbook workbook = new Workbook(tmpExcelPath);...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  6. Convert POT to XLSM via PHP or with free Online...

    PHP API to Convert POT to XLSM or Online App without using Microsoft Office Powerpoint or Excel. Test free POT to XLSM online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...Binary Workbook) Convert POT to XLSX (Open XML Workbook) Convert...

    products.aspose.com/total/php-java/conversion/p...
  7. Merge XLSM Files Online or using .NET | product...

    Free online app to combine different XLSM files. C# .NET merging library code to merge XLSM worksheets into other formats....using Workbook class objects. Select the one Workbook as the...files are macro-enabled Excel workbooks. Merging .xlsm files must...

    products.aspose.com/total/net/merge/xlsm/
  8. 用 C++ 获取行中的最大列索引和列中的最大行索引|Documentation

    了解如何通过Aspose.Cells for C++ API获取行中的最大列索引和列中的最大行索引。...xlsx" ; Workbook workbook ( filePath ); Worksheet...Worksheet sheet = workbook . GetWorksheets (). Get ( 0 ); Cells cells...

    docs.aspose.com/cells/zh/cpp/get-max-index-in-r...
  9. Specify Formula Fields while Importing Data to ...

    Learn how to specify formula fields when importing data to worksheets using Aspose.Cells for Python via .NET API....cells import Workbook , ImportTableOptions # For...Aspose Website \" )" )) wb = Workbook () ws = wb . worksheets [...

    docs.aspose.com/cells/python-net/specify-formul...
  10. How to Remove Formula but Keep Data in Excel in...

    This brief tutorial provides information on how to remove formula but keep data in Excel in Java. Using these steps you can remove formula from excel but keep data in java on Windows, Linux and macOS etc....project Add a reference to Workbook and Cell classes by using...Import in the program Load the workbook from which formula is to be...

    kb.aspose.com/cells/java/how-to-remove-formula-...