Sort Score
Result 10 results
Languages All
Labels All
Results 3,621 - 3,630 of 99,948 for

workbook

(0.2 sec)
  1. PDF|Documentation

    Learn how to convert Excel to PDF with Aspose.Cells for Python via .NET API....supports conversion of an Excel workbook into PDF. In this example...an Excel workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/python-net/convert-excel-...
  2. Public API Changes in Aspose.Cells 8.1.0|Docume...

    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....instance of Workbook Workbook book = new Workbook (); //Access...Style object and add it to Workbook's Style Collection int index...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. 指定如何在输出 PDF 和图片中跨字符串,使用 Node.js 和 C++|Documenta...

    学习如何通过使用 Aspose.Cells for Node.js via C++ 指定跨类型控制输出 PDF/图片中的文本溢出。...file const workbook = new AsposeCells . Workbook ( path . join...StrictInCell ); // Save PDF file workbook . save ( outputDir + "outputCrosssType...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-how...
  4. Remove Existing PrinterSettings of Worksheets i...

    In this article, you will learn how to remove existing PrinterSettings of worksheets inside the Excel file programmatically using Aspose.Cells for Node.js via C++....all the worksheets in the workbook. Please see its sample Excel...const wb = new AsposeCells . Workbook ( filePath ); // Get the sheet...

    docs.aspose.com/cells/nodejs-cpp/remove-existin...
  5. 在Ruby中将图表转换为图像|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....chart_to_image () # Create a new Workbook. workbook = Rjb :: import ( 'com...'com.aspose.cells.Workbook' ) . new # Get the first worksheet....

    docs.aspose.com/cells/zh/java/converting-chart-...
  6. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...xlsx" ; Workbook workbook ( inputPath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Cell...

    docs.aspose.com/cells/zh/cpp/access-and-update-...
  7. Convert excel chart to OOXML - Free Support For...

    Hi guys I want to convert a chart that I created in Excel to OOXML format. I am currently doing the same for ranges. I select the range, set the pagesetup and ImageOrPrint options and then save the xlsx as Docx. But with…...1 KB) Workbook workbook = new Workbook(filePath + "sample...SaveAsEditableShapes = true; workbook.Save(filePath + "sample.docx"...

    forum.aspose.com/t/convert-excel-chart-to-ooxml...
  8. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code: Workbook Workbook = new Workbook(dir + @"\Test_09122025…...following code: Workbook workbook = new Workbook(dir + @"\Test_09122025\XLOutput...xlsx"); Worksheet sheet = workbook.Worksheets[0]; PdfSaveOptions...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...
  9. Excel spredsheet fails when converting to PDF -...

    Hi Aspose team, We have problems converting the attached Excel file to PDF. Måleprotokoll.zip (192.1 KB). We get this exception in VS: image.png (42.4 KB) Using this code: Aspose.Cells.License license; license = n…...dataDir = “c:\temp\”; Workbook doc = new Workbook(dataDir + “testt...adjusting the page setup in your workbook. Here’s a code snippet to...

    forum.aspose.com/t/excel-spredsheet-fails-when-...
  10. 档案

    档案...文件 intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo...intrusive_ptr<IWorksheet> worksheet = workbook->GetIWorksheets()->GetObjectByIndex(0);...

    blog.aspose.com/zh/cells/copy-rows-and-columns-...