Sort Score
Result 10 results
Languages All
Labels All
Results 5,791 - 5,800 of 27,032 for

excel worksheet

(0.56 sec)
  1. The type initializer for ' ' threw an exception...

    Hi All, I’m running into this error when exporting an Excel workbook to PDF in a .NET 6 project running on Alpine Linux: The type initializer for ‘’ threw an exception. I’ve tried adding the following lines of code to …...this error when exporting an excel workbook to PDF in a .NET 6...Aspose.Cells when exporting an Excel workbook to PDF in a .NET 6...

    forum.aspose.com/t/the-type-initializer-for-thr...
  2. 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...
  3. Formatting Smart Markers|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....a simple template Microsoft Excel file with two markers in the...Smart Marker Data to Other Worksheets if Data Is Too Large Using...

    docs.aspose.com/cells/java/formatting-smart-mar...
  4. 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/
  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. 使用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...
  7. 刷新模板文件中的第二张数据透视表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
  8. 在导入数据到工作表时指定公式字段,使用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...
  9. 检索电子表格文档中所有命名范围的字典|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...
  10. 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...