Sort Score
Result 10 results
Languages All
Labels All
Results 6,871 - 6,880 of 6,965 for

xlsx to pdf

(0.1 sec)
  1. Aspose.Cells 8.3.2中的公共API更改|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....xlsx" ); //Access the first worksheet...workbook = new Workbook ( "Book1.xlsx" , opts ); //Check if 567 is...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Get Max Range In A Worksheet with Node.js via C...

    This article describes how To get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....a specified area to HTML and PDF, we need to know the maximum...join ( dataDir , "SampleSheet.xlsx" ); // Loads the workbook const...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...
  3. Aspose.Cells 8.3.2中的公共API更改|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....xlsx" ); //Access the first worksheet...workbook = new Workbook ( "Book1.xlsx" , opts ); //Check if 567 is...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. Combine Multiple Workbooks into a Single Workbo...

    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....xlsx picture.xlsx Output Workbooks combined.xlsx Screenshots...Merge Files Convert Excel to Pdf, Image and other formats Protect...

    docs.aspose.com/cells/python-net/combine-multip...
  5. 如何用C++将Excel打印为宽度和高度适应的页面|Documentation

    本文提供代码,说明如何使用Aspose.Cells库用C++设置FitToPagesWide和F inToToPagesTall。...xlsx" )); // Access the first worksheet...Save ( U16String ( u "out_net.pdf" )); std :: cout << "Workbook...

    docs.aspose.com/cells/zh/cpp/how-to-print-excel...
  6. Custom sorting in Pivot Table with C++|Document...

    Learn how To sort Pivot Tables on field values using Aspose.Cells with C++....File Output Excel File Output PDF File #include <iostream> #include...srcDir + u "SamplePivotSort.xlsx" ); // Get the first worksheet...

    docs.aspose.com/cells/cpp/custom-sorting-in-piv...
  7. Rendering Slicer with Node.js via C++|Documenta...

    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....image or save your workbook to PDF or HTML formats, you will see...dataDir , "sampleRenderingSlice.xlsx" ); // Load sample Excel file...

    docs.aspose.com/cells/nodejs-cpp/rendering-slicer/
  8. Remove Unused Styles inside the Workbook with C...

    Remove unused styles in Excel workbook using Aspose.Cells with C++....converting to different formats like PDF, HTML, etc. Aspose.Cells provides..."Template-With-Unused-Custom-Style.xlsx" ; Workbook workbook ( templateFilePath...

    docs.aspose.com/cells/cpp/remove-unused-styles-...
  9. 用C++进行数据透视表的自定义排序|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段值进行排序。...可从此处下载示例源文件和输出文件以测试示例代码: 源Excel文件 输出Excel文件 输出PDF文件 #include <iostream> #include...srcDir + u "SamplePivotSort.xlsx" ); // Get the first worksheet...

    docs.aspose.com/cells/zh/cpp/custom-sorting-in-...
  10. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application...." ); // Save to Pdf without setting PdfSaveOptions...outDir + u "SampleOutput_out.xlsx" ); Aspose :: Cells :: Cleanup...

    docs.aspose.com/cells/cpp/reusing-style-objects/