Sort Score
Result 10 results
Languages All
Labels All
Results 6,961 - 6,970 of 6,992 for

xlsx to pdf

(0.13 sec)
  1. 使用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-...
  2. 用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...
  3. 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...
  4. 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...
  5. 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...
  6. 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-...
  7. 64716810.xlsx

    Sheet1 WELCOME To ASPOSE APIS. Sample APIs (Sample APIs.Pdf) 2018-03-24T10:54:00Z 16.0300 山口 裕大 2017-11-16T06:19:54Z 2018-03-24T10:54:00Z 2018-03-24T10:54:00Z 2018-03-24T10:54:00Z false 2018-03-24T......pdf) 2018-03-24T10:54:00Z 16.0300...

    docs.aspose.com/cells/ru/python-net/access-and-...
  8. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells To get a range of values and return the result. Finally, we save the modified Excel file To disk....xlsx" ); workbook . Save ( outDir + u "output_out.pdf" );...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  9. 用 C++ 替换工作表内文本框中的标签为文本|Documentation

    使用 Aspose.Cells for C++ 编程方式替换工作表文本框中的标签。...xlsx #include <Aspose.Cells.h> #include..."G: \\ sampleReplaceTagWith.xlsx" )); U16String tag ( u "TAG_2$TAG_1"...

    docs.aspose.com/cells/zh/cpp/replace-tag-with-t...
  10. Replace tag with text in a textbox inside the W...

    Replace tags in worksheet textboxes programmatically using Aspose.Cells for C++....xlsx #include <Aspose.Cells.h> #include..."G: \\ sampleReplaceTagWith.xlsx" )); U16String tag ( u "TAG_2$TAG_1"...

    docs.aspose.com/cells/cpp/replace-tag-with-text...