Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 103,331 for

workbook

(0.23 sec)
  1. Excel 转成 PDF 文本缺失 - Free Support Forum - aspose...

    worksheet.zip (1.3 MB) Excel 转PDF时有部分文字缺失 image.png (61.9 KB) image.jpg (149.5 KB)...throws Exception { Workbook workbook = new Workbook("source.xlsx");...setWarningCallback(new WarningCallback()); workbook.save("output.pdf", options);...

    forum.aspose.com/t/excel-pdf/315052
  2. Export Chart to SVG with viewBox attribute usin...

    Learn how to export a chart to SVG format with the viewBox attribute using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...Create workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/export-cha...
  3. Create XLSB Using Python | products.aspose.com

    Generate Microsoft Excel XLSB documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLSB...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xlsb/
  4. How to Export List Data to Excel in Java

    In this brief tutorial you will learn how to export list data to Excel in Java. We will create an empty Workbook and a list of strings and then export list to Excel in Java... Ultimately create a new workbook and call importArrayList function...some external source Create a Workbook class object which will be...

    kb.aspose.com/cells/java/how-to-export-list-dat...
  5. 使用Aspose.Cells for Node.js via C++添加ActiveX控件|D...

    学习如何在工作表中使用Aspose.Cells for Node.js via C++添加ActiveX控件。...Create workbook object const wb = new AsposeCells . Workbook ();...setLinkedCell ( "A1" ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-activex...
  6. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts using Aspose.Cells for C++....property, and then saves the workbook to the output Excel file ...Load your source Excel file Workbook wb ( srcDir + u "sample.xlsx"...

    docs.aspose.com/cells/cpp/working-with-the-glow...
  7. 用 C++ 从 ODS 文件读取图表字幕|Documentation

    学习如何使用 Aspose.Cells for C++ 从 OpenDocument Spreadsheet (ODS) 文件中读取图表字幕。我们的指南将演示如何提取和访问图表字幕以进行进一步分析或显示。...file containing charts Workbook workbook ( srcDir + u "SampleChart...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/read-chart-subtitl...
  8. 在Ruby中将工作表转换为SVG|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....代码 def worksheet_to_svg ( workbook ) # Convert each worksheet...into svg format sheet_count = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  9. Recognise Self Closing Tags with C++|Documentation

    Learn how to handle self-closing tags in HTML using Aspose.Cells with C++....// Load sample source file Workbook wb ( srcDir + u "sampleSelfClosingTag...loadOptions ); // Save the workbook wb . Save ( outDir + u "outsampleSelfClosing...

    docs.aspose.com/cells/cpp/recognise-self-closin...
  10. 使用C++统计工作表中的单元格数量|Documentation

    在本文中,你将学习如何使用Aspose.Cells的C++ API编程统计Excel工作表中的单元格数目。...Load source Excel file Workbook workbook ( sourceDir + u "BookWithSomeData...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/count-number-of-ce...