Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 105,422 for

workbook

(0.39 sec)
  1. Extract Text and Images from XLSX File Online a...

    Online XLSX file parser app. Android API code to extract text in rows and cells from XLSX spreadhseets....project Load XLSX file using Workbook class object Access relevant...Parse XLSB Files (Excel Binary Workbook) Parse XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/parse/xlsx/
  2. 工作表缩放的可行解决方案|Aspose.Slides for Python 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。... Workbook ( "sample.xlsx" ) as workbook : worksheet...worksheet = workbook . worksheets [ worksheet_index ] # 设置工作簿文件在 PowerPoint...

    docs.aspose.com/slides/zh/python-net/working-so...
  3. Excel ֆայլերի միավորում Python-ի միջոցով

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

    kb.aspose.com/hy/cells/python/merge-excel-files...
  4. Merge XLSB Files Online or using Android Mobile...

    Free online app to combine different XLSB files. Android merging library Java code to merge XLSB worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/merge/xlsb/
  5. Merge XLTX Files Online or using Android Mobile...

    Free online app to combine different XLTX files. Android merging library Java code to merge XLTX worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/merge/xltx/
  6. Merge XLT Files Online or using Android Mobile ...

    Free online app to combine different XLT files. Android merging library Java code to merge XLT worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/merge/xlt/
  7. Merge TSV Files Online or using Android Mobile ...

    Free online app to combine different TSV files. Android merging library Java code to merge TSV worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/merge/tsv/
  8. 在复制行或区域时将图表数据源更改为目标工作表,使用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...
  9. 用 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...
  10. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...// Assuming 'doc' is your Workbook and 'sheet' is the target..."e:\\test2\\outTest1.xlsx"; Workbook workbook = new Workbook(); WorksheetCollection...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...