Sort Score
Result 10 results
Languages All
Labels All
Results 7,591 - 7,600 of 7,634 for

xlsx to pdf

(0.16 sec)
  1. 使用C++为Node.js配置字体以呈现电子表格|Documentation

    学习如何使用Aspose.Cells for Node.js via C++配置字体以渲染电子表格。确保字体可用以获得最佳转换效果。...Cells API提供渲染电子表格为图片格式,以及转换为PDF和XPS格式的功能。为了最大化转换的准确性,必须确保电子表...path . join ( dataDir , "sample.xlsx" ); // Loads the workbook which...

    docs.aspose.com/cells/zh/nodejs-cpp/configuring...
  2. 保存文件时,出现错误: - Free Support Forum - aspose.com

    try(InputStream workbookStream = new URL(url).openStream()){ Workbook workbook = new Workbook(workbookStream); workbook.save(output, options); } 报错了:java.lang.ClassCastException: com.aspose.cells.b.a.d.z cannot be ca…...ClassCastException 也在其他场景(XLS→PDF、公式计算等)中出现【2】【3】【5】。 库版本因素 有用户报告在使用较旧的...,例如 workbook.save("C:/temp/out.xlsx"); ,确认是否仍报错。若文件保存成功,说明 options...

    forum.aspose.com/t/topic/323685
  3. 使用ImageOrPrint选项和C++将工作表转换为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表转换为图像文件,并应用不同的图像和打印选项。...应用程序或网页中显示工作表图像,将它们插入Word文档、PDF文件、PowerPoint演示文稿,或在其他场景中使用。简...srcDir + u "sampleWorksheetToAnI.xlsx" ); Worksheet sheet = book ...

    docs.aspose.com/cells/zh/cpp/converting-workshe...
  4. 档案

    档案...xlsx"); // 访问工作表 Worksheet sheet...保存文件 wb.Save("D:\\Files\\out.xlsx"); 使用 C# 在 Excel 中创建龙卷风图 在 Excel...

    blog.aspose.com/zh/cells/tornado-charts-in-exce...
  5. Utility Features in Aspose.Tasks for .NET | Asp...

    Explore utility features available within Aspose.Tasks for .NET To streamline project management processes....PDF Product Solution Aspose.Cells...Words Product Solution Aspose.PDF Product Solution Aspose.Cells...

    docs.aspose.com/tasks/net/utility-features/
  6. Utility Features in Aspose.Tasks for C++ | Aspo...

    Discover how To utilize utility features available in the C++ version of Aspose.Tasks....PDF Product Solution Aspose.Cells...Words Product Solution Aspose.PDF Product Solution Aspose.Cells...

    docs.aspose.com/tasks/cpp/utility-features/
  7. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...C++,你可以将CSV文件转换为Excel、OpenOffice、PDF、JSON及其他许多格式。 打开 CSV 文件 逗号分隔值...samplePreferredParse.csv outputsamplePreferre.xlsx #include <iostream> #include...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  8. Set Print Titles with Python.NET|Documentation

    Learn how To configure repeated row/column headers on printed pages using Aspose.Cells for Python via .NET....xlsx" ) # Access first worksheet...workbook workbook . save ( "output.xlsx" ) The output result: How to...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  9. DocumentBuilder | Aspose.Words for Java

    Provides methods To insert text images and other content specify font paragraph and section formatting in Java....writeln("PDF"); builder.writeln("HTML"); //...writeln("DOC"); builder.writeln("PDF"); builder.writeln("HTML"); builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according To the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...xlsx"); wb.Worksheets[0].Cells.DeleteBlankRows();...wb.Save(filePath + "out_net.xlsx"); If you still have questions...

    forum.aspose.com/t/deleteblankrows-is-deleting-...