Sort Score
Result 10 results
Languages All
Labels All
Results 5,751 - 5,760 of 26,827 for

excel worksheet

(0.1 sec)
  1. 刷新模板文件中的第二张数据透视表pivot1,pivot0对应的数据透视图chart0出现异常...

    版本25.10 示例代码: SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb.Worksheets[“statistics”].PivotTables[“pivot1”]; pivot.RefreshData(); pivot.CalculateData(); wb.Save(path+“4.xlsx”); 3.zip …...Worksheets[“statistics”].PivotTables[“pivot1”];...5:44am 2 @cloudy 在您提供的代码中,您正在刷新Excel文件中的数据透视表。如果在刷新第二个数据透视表(pivo...

    forum.aspose.com/t/pivot1-pivot0-chart0/320059
  2. 使用C++通过JavaScript实现非连续范围|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript创建命名的非连续范围。有效利用非连续单元格范围。... worksheets . names . add ( "NonSequencedRange"...); const name = workbook . worksheets . names . get ( index );...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  3. 检索电子表格文档中所有命名范围的字典|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....检索电子表格文档中所有命名范围的字典 Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....Range [] range = workbook . Worksheets . GetNamedRanges (); // If...

    docs.aspose.com/cells/zh/net/retrieve-a-diction...
  4. Aspose.Cells Segmentation Fault when saving to ...

    Hello, I’m using Aspose.Cells for NodeJS via C++ bindings (aspose.cells.node 25.4.0). I believe I have installed all the relevant prerequisites. I’m using Node 20 (also tried 18 and 22) on Debian 12. Although, also trie…...Buffer also causes the same Excel file in question: 202505_Japan...Builtins_InterpreterEntryTram () const worksheets = workbook.getWorksheets();...

    forum.aspose.com/t/aspose-cells-segmentation-fa...
  5. 在 Android 上优化演示文稿中的图像管理|Aspose.Slides 文档

    使用适用于 Android 的 Aspose.Slides for Java 简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流。...Slides for Android via Java 允许您从 Excel 工作表生成 EMF 图像,并使用 Aspose.Cells...Workbook ( "chart.xlsx" ); Worksheet sheet = book . getWorksheets...

    docs.aspose.com/slides/zh/androidjava/image/
  6. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...Worksheets[0].Cells.DeleteBlankRows();...property as false: ... wb.Worksheets[0].Cells.DeleteBlankRows(new...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  7. Retrieve a dictionary of all named ranges in a ...

    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....document Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....Range [] range = workbook . Worksheets . GetNamedRanges (); // If...

    docs.aspose.com/cells/net/retrieve-a-dictionary...
  8. Aspose.cell The type initializer for 'SkiaSharp...

    from the event log of my windows server 2012, the aspose.cell was hitting the issue i am using the Aspose.Cells 24.10.0 and i can actually see the dependencies at the bin folder any idea? image.png (14.8 KB) Applicati…...(runnable) code and template Excel file (if any) to reproduce the...7:38am 5 by far if i remove worksheet.AutoFitColumns(); it will...

    forum.aspose.com/t/aspose-cell-the-type-initial...
  9. Pivot table localization missing function "coun...

    override all PivotGlobalizationSettings method and not found localization about “Function” or “Count”, and Counting field still output “Count of ColumnName”...here PivotTable pivotTable = worksheet.PivotTables[0]; pivotTable...& process Files from Word, Excel, PowerPoint, Visio, PDF, CAD...

    forum.aspose.com/t/pivot-table-localization-mis...
  10. 在导入数据到工作表时指定公式字段,使用Python via .NET|Documentation

    学习如何在使用Aspose.Cells for Python via .NET API导入数据到工作表时指定公式字段。...请查看生成的 输出Excel文件 及显示结果的截图。 示例代码 import os from...wb = Workbook () ws = wb . worksheets [ 0 ] opts = ImportTableOptions...

    docs.aspose.com/cells/zh/python-net/specify-for...