Sort Score
Result 10 results
Languages All
Labels All
Results 7,551 - 7,560 of 7,672 for

xlsx to pdf

(0.18 sec)
  1. 55541813.xlsx

    Sheet1 Excel 2 Pdf - The following Shape throws Shape To Image Error FYI: This Excel file will work with 17.11 only. Because this issue has been fixed in recent versions. 2017-12-11T08:47:53Z 16.03......Sheet1 Excel 2 Pdf - The following Shape throws Shape to Image...

    docs.aspose.com/cells/tr/java/ignore-errors-whi...
  2. 55541813.xlsx

    Sheet1 Excel 2 Pdf - The following Shape throws Shape To Image Error FYI: This Excel file will work with 17.11 only. Because this issue has been fixed in recent versions. 2017-12-11T08:47:53Z 16.03......Sheet1 Excel 2 Pdf - The following Shape throws Shape to Image...

    docs.aspose.com/cells/es/java/ignore-errors-whi...
  3. 55541813.xlsx

    Sheet1 Excel 2 Pdf - The following Shape throws Shape To Image Error FYI: This Excel file will work with 17.11 only. Because this issue has been fixed in recent versions. 2017-12-11T08:47:53Z 16.03......Sheet1 Excel 2 Pdf - The following Shape throws Shape to Image...

    docs.aspose.com/cells/ar/java/ignore-errors-whi...
  4. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...中使用的 示例excel文件 和由此生成的 输出PDF 。从输出PDF中可以看出,所有图表都已从工作簿中筛选出。 #include...srcDir + u "sampleFilterCharts.xlsx" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  5. Set Worksheet Tab Color in Aspose.Cells|Documen...

    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" ); //Get the first worksheet...Each Worksheet to a Different PDF Analyzing your prompt, please...

    docs.aspose.com/cells/net/set-worksheet-tab-col...
  6. Regarding cell content shrunk - Free Support Fo...

    I have some data in a cell, but while viewing the document in the viewer, the content appears To be shrunk. Could you please suggest a solution? Please find the attached images. Excel sheet in Microsoft excel. image.pn…...renders the workbook (HTML, PDF, or the built‑in viewer) it follows...Aspose.Cells.Workbook("input.xlsx"); var ws = wb.Worksheets[0];...

    forum.aspose.com/t/regarding-cell-content-shrun...
  7. 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...Assistant Close Convert Excel to PDF, Image and other formats Protect...

    docs.aspose.com/cells/net/combine-multiple-work...
  8. 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...Assistant Close Convert Excel to Pdf, Image and other formats Protect...

    docs.aspose.com/cells/python-net/combine-multip...
  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/