Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 30,470 for

worksheet

(0.39 sec)
  1. OLE Excel Object Size is Changed after Double C...

    I am evaluating the capabilities of embedding Excel into Word and having some issues. Screenshot 1 demonstrates the generated docx file, which looks ok, however double clicking the embed to edit brings up an incorrectly…...Worksheets[0]; sheet.PageSetup.LeftMargin...proper ‘Aspose.Cells.Workbook.Worksheets.OleSize’ of the embedded...

    forum.aspose.com/t/ole-excel-object-size-is-cha...
  2. 用 JavaScript 通过 C++ 加密 Excel 文件|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 加密和密码保护 Excel 文件。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  3. Free Support Forum - aspose.com - Latest posts

    Free Support Forum - aspose.com - Latest posts Latest posts Aspose.pdf.dll for .Net and Aspose.word.dll for .Net : merge file to single pdf having intermittent issues @jijikkt Thank you for additio......worksheets[0] # Add two shapes (e.g...the first worksheet worksheet = workbook.get_worksheets().get(0)...

    forum.aspose.com/posts.rss
  4. XlsxSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XLSX format in Java....MULTIPLE_WORKSHEETS . Examples: Shows how to...save document as a separate worksheets. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. 使用 C++ 将 Excel 转换为 PDF|Documentation

    了解如何使用 Aspose.Cells 和 C++ 将 Excel 工作簿转换为 PDF 格式。...the A1 cell in the first worksheet workbook . GetWorksheets ()...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-pdf/
  6. Issue: Unable to capture clipboard paste text -...

    Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our web application. We want to capture clipboard text, especially when users copy multiple cells from an external Excel file and paste them into the GridJs…...set the freeze panes in the worksheet: xs.sheet.data.setFreeze(ri...

    forum.aspose.com/t/issue-unable-to-capture-clip...
  7. Manage Chart Data Series in Presentations on An...

    Learn how to manage chart series on Android for PowerPoint (PPT/PPTX) with practical Java code examples and best practices to enhance your data presentations....; // Gets the chart data worksheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/androidjava/chart-series/
  8. 使用 Java 优化演示文稿中的图像管理|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 中简化图像管理,优化性能并实现工作流自动化。...xlsx" ); Worksheet sheet = book . getWorksheets...

    docs.aspose.com/slides/zh/java/image/
  9. Manage OLE in Presentations Using JavaScript|As...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Node.js via Java. Embed, update, and export OLE content seamlessly.... Access the desired Worksheet and amend the data. Save the...

    docs.aspose.com/slides/nodejs-java/manage-ole/
  10. 将 JSON 转换为 Python 中的 Pandas DataFrame。

    学习如何在 Python 中使用 Aspose.Cells for Python via .NET 将 JSON 转换为 pandas DataFrame,并提供关于平面、嵌套和大型 JSON 的清晰示例。...worksheets.get(0) # 配置 JSON 在工作表中的布局方式...wb = ac.Workbook() ws = wb.worksheets.get(0) # 嵌套 JSON 的布局选项 opt...

    blog.aspose.com/zh/cells/convert-json-to-pandas...