Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 27,204 for

excel worksheet

(0.29 sec)
  1. Aspose.Cells 无法正常加载camera shape - Free Support ...

    当drawing.xml的a14:cameraTool节点没有spid属性的时候,aspose.cells将会无法正常解析camera shape的CellRange,导致camera shape的内容丢失。附件为测试文件 image.png (13.3 KB) image.png (9.5 KB) camera shape.zip (8.3 KB)...Worksheets[0]; // 2. Remove any existing...@ChenGY1234 , 感谢提供模板Excel文件和截图。 经过初步测试,我使用您的模板Excel文件和以下示例代码片段,成功复现了该问题。我发现Aspose...

    forum.aspose.com/t/aspose-cells-camera-shape/32...
  2. How to create a Shape and also edit with points...

    Here is the document for reference to know in detail edit points.zip (33.3 KB)...Worksheets[0].Shapes.AddFreeform(1,...provide shape sample in in excel? amjad.sahi July 1, 2025, 2:24pm...

    forum.aspose.com/t/how-to-create-a-shape-and-al...
  3. Aspose.Cells for Node.js via C++|Documentation

    Aspose.Cells for Node.js via C++ supports the popular Excel (XLS, XLSX, XLSM, XLSB, XLTX, XLTM, SpreadsheetML, CSV), OpenOffice (ODS), HTML and JSON file formats and allows exporting Excel files to PDF, DOCX, PPTX, JSON, XPS, HTML, MHTML, Plain Text, and popular image formats including TIFF, JPG, PNG, BMP and SVG....format conversion, styling of worksheets to the most granular level...modify, convert, and render Excel documents. Aspose.Cells for...

    docs.aspose.com/cells/nodejs-cpp/
  4. Convert XLTM to WORD using Python or with free ...

    XLTM to WORD conversion in your Python applications without using Microsoft Office or online. Test free XLTM to WORD online converter quickly before integrating the code....without installing Microsoft Excel ® or Word Download Why to Convert...to Word XLTM is a Microsoft Excel Open XML Macro-Enabled Template...

    products.aspose.com/total/python-net/conversion...
  5. 刷新模板文件中的第二张数据透视表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
  6. 检索电子表格文档中所有命名范围的字典|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...
  7. Implementing Non-Sequential Ranges with JavaScr...

    Learn how to create named non‑sequential ranges with Aspose.Cells for JavaScript via C++. Use non‑adjacent cell ranges effectively.... worksheets . names . add ( "NonSequencedRange"...); const name = workbook . worksheets . names . get ( index );...

    docs.aspose.com/cells/javascript-cpp/implementi...
  8. 使用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...
  9. 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-...
  10. 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...