Sort Score
Result 10 results
Languages All
Labels All
Results 7,651 - 7,660 of 7,694 for

xlsx to pdf

(1.66 sec)
  1. 档案

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

    blog.aspose.com/zh/cells/tornado-charts-in-exce...
  2. 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/
  3. 使用Node.js在C++中使用ImageOrPrint选项将工作表转换为图片|Documen...

    学习如何使用Aspose.Cells for Node.js via C++将工作表转换为图片文件,并应用各种图像和打印选项。...您可能需要将图像插入到Word文档、PDF文件、PowerPoint演示文稿中,或者在某些其他情景中...sourceDir , "sampleWorksheetToAnI.xlsx" ); const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/converting-...
  4. 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/
  5. 用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...
  6. Excelで生成したグラフを画像に変換した際にうるう年の2/29をX軸のメモリ表示としていた場...

    ■対象パッケージ・バージョン 以下のパッケージ・バージョンのどちらでも、下記の事象が発生しています。 aspose-cells-24.10.jar aspose-cells-25.10.jar ■事象 Chart クラスの ToImage メソッドを利用して Excel 上のチャートを EMF や PNG 画像ファイルに変換した際に、 x軸目盛りの日付がうるう年の2/29の場合に、2/28に強制誤変換されます。 ■再現プロ…...変換される 日本語による技術サポート excel-to-pdf hirokazu.murasaki April 6, 2026...String excelPath = "graph_sample.xlsx"; String emfPath = "graph.emf";...

    forum.aspose.com/t/excel-2-29-x-2-28/327278
  7. 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...
  8. Set Custom Height Width In ASpose.Cell - Free S...

    Hello Team, We are doing Image export for each worksheet as one page , here we can able To mange setting different pagesize like A4,legal,Letter etc… But not getting any option To set CusTom Pagesize where user provide…...xlsx"); Worksheet sheet = workbook...workbook.save("output_file.pdf", SaveFormat.PDF); In this example, replace...

    forum.aspose.com/t/set-custom-height-width-in-a...
  9. 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...
  10. Index was out of range pivot table.CalculateDat...

    i have a problem when I want To calculate the pivot table in the following example excel file. I always get the following exception “Index was out of range. Must be non-negative and less than the size of the collection.…...xlsx"); Worksheet sheet = workbook...workbook.Save("output_file.pdf", SaveFormat.Pdf); Check for Updates...

    forum.aspose.com/t/index-was-out-of-range-pivot...