Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 105,389 for

workbook

(0.12 sec)
  1. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....01_SourceDirectory \\ " ); Workbook wb ( srcDir + u "sample.xls"...Close Extract OLE Objects from Workbook with C++ Automatically refresh...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  2. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...Create an instance of Workbook class Workbook book ; // Access first...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  3. The Text from a PDF Document Is Not Rotated Pro...

    The text Dollar($) in the yaxis of the chart is not rotated properly in pptx format. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ implementation ‘c…...PowerPointService() def workbook = new Workbook('/Users/nitesh.kc/...kc/Downloads/CNU_Dollar.xlsx') workbook.save("/Users/nitesh.kc/Downloads/Lorem...

    forum.aspose.com/t/the-text-from-a-pdf-document...
  4. The Gradient Color Disappears After XLSX-to-PDF...

    When converting the Excel chart to PDF and then to PPTX, the gradient color is missing, and the text in the Y-axis is not rotating properly. Please consider the first slide only. Aspose version: implementation ‘com.as…...PowerPointService() def workbook = new Workbook('/Users/nitesh.kc/Downloads/HCQ_ISSUE...kc/Downloads/HCQ_ISSUE.xlsx') workbook.save("/Users/nitesh.kc/Downloads/Lorem...

    forum.aspose.com/t/the-gradient-color-disappear...
  5. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...MemoryStream(excelBytes)) { var wb = new Workbook(excelStream); using (var pdfStream...pages when converting an Excel workbook to PDF by setting the PrintingPageType...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  6. Chart Outline Becomes Excessively Thick After E...

    During the conversion of an Excel chart to PDF and then to PPTX, the chart outline becomes disproportionately thick, resulting in a double‑bold appearance in the PowerPoint output. Aspose version: implementation ‘com.a…...PowerPointService() def workbook = new Workbook('/Users/nitesh.kc/...kc/Downloads/QNR__CHART_ISSUE.xlsx') workbook.save("/Users/nitesh.kc/Downloads/Lorem...

    forum.aspose.com/t/chart-outline-becomes-excess...
  7. 支持在加载HTML到Excel工作簿时保持DIV标签布局|Documentation

    学习在将HTML加载到Excel工作簿时支持DIV标签布局的方法,使用Aspose.Cells for C++。...SetSupportDivTag ( true ); Workbook wb ( tempHtmlPath , loadOptions...:: Xlsx ); std :: cout << "Workbook saved successfully!" << std...

    docs.aspose.com/cells/zh/cpp/support-the-layout...
  8. How to Use Color Palette with Golang via C++|Do...

    C++ code to add custom colors to the palette and use Excel color palette with Aspose.Cells for C++ API....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class provides a ChangePalette...

    docs.aspose.com/cells/go-cpp/excel-color-palette/
  9. Grouping, Ungrouping Rows and Columns|Documenta...

    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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/go-cpp/grouping-ungroupin...
  10. 使用 JavaScript 在演示文稿中管理 OLE|Aspose.Slides for No...

    使用 Aspose.Slides for Node.js via Java 优化 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。... 创建一个 Workbook 对象并访问 OLE 数据。 访问所需的 Worksheet...Worksheet 并修改数据。 将更新后的 Workbook 保存到流中。 从流中更改 OLE 对象的数据。 在下面的示例中,访问了一个...

    docs.aspose.com/slides/zh/nodejs-java/manage-ole/