Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 6,979 for

xlsx to pdf

(0.33 sec)
  1. 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/
  2. 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-...
  3. 用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-...
  4. 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/
  5. Remove Unused Styles inside the Workbook with N...

    Learn how To remove unused styles from a workbook using Aspose.Cells for Node.js via C++....converting to different formats like PDF, HTML, etc. Aspose.Cells provides..."Template-With-Unused-Custom-Style.xlsx" ); // Load template excel file...

    docs.aspose.com/cells/nodejs-cpp/remove-unused-...
  6. Updating Slicer with C++|Documentation

    This article shows how To update linked pivot tables by updating slicer using the Aspose.Cells for C++ API....xlsx" ; Workbook wb ( inputFilePath...U16String outputFilePath = u "out.xlsx" ; wb . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/updating-slicer/
  7. Delete Blank Rows and Columns in a Worksheet wi...

    Learn how To delete all blank rows and columns from a worksheet using Aspose.Cells for Node.js via C++....when, for example, generating a PDF file from a Microsoft Excel file...join ( dataDir , "SampleInput.xlsx" ); // Open an existing excel...

    docs.aspose.com/cells/nodejs-cpp/delete-blank-r...
  8. Combine Multiple Workbooks into a Single Workbo...

    Learn how To combine multiple workbooks inTo a single workbook using Aspose.Cells with C++....xlsx picture.xlsx Output Workbooks combined.xlsx Screenshots...sourceFile1 = srcDir + u "SampleChart.xlsx" ; // Path of the second source...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  9. Export similar Border Style when Border Style i...

    Learn how To export similar border styles when unsupported by web browsers using Aspose.Cells with C++....xlsx" ); Workbook workbook ( inputFilePath...with C++ How to Convert HTML to PDF with C++...

    docs.aspose.com/cells/cpp/export-similar-border...
  10. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++....or you save your workbook to PDF or HTML formats, you will see...workbook ( u "sampleRenderingSlice.xlsx" ); // Access first worksheet...

    docs.aspose.com/cells/cpp/rendering-slicer/