Sort Score
Result 10 results
Languages All
Labels All
Results 6,761 - 6,770 of 6,949 for

xlsx to pdf

(0.11 sec)
  1. sheetset-example.xlsx

    Sheet1 Sheet1 Sheet2 Sheet2: Active Sheet Sheet3 Sheet3: Hidden Sheet Sheet4 Sheet4 2022-08-05T08:32:55Z 16.0300 dallon 2022-08-05T08:30:48Z 2022-07-18T07:01:27Z 2022-08-05T08:32:55Z 2022-08-05T08:......conversions\pdf\save-specified-worksheets-to-pdf\ 16.0300 dallon...

    docs.aspose.com/cells/it/python-net/save-specif...
  2. sheetset-example.xlsx

    Sheet1 Sheet1 Sheet2 Sheet2: Active Sheet Sheet3 Sheet3: Hidden Sheet Sheet4 Sheet4 2022-08-05T08:32:55Z 16.0300 dallon 2022-08-05T08:30:48Z 2022-07-18T07:01:27Z 2022-08-05T08:32:55Z 2022-08-05T08:......conversions\pdf\save-specified-worksheets-to-pdf\ 16.0300 dallon...

    docs.aspose.com/cells/it/net/save-specified-wor...
  3. 使用 C++ 通过 Node.js 加载无图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在不含图表的情况下加载Excel文件。...加载不带图表的电子表格 以下示例代码加载不含图表的Excel文件,并以输出PDF格式保存。 const path = require ( "path"..."chart.xlsx" ), options ); // Save the workbook in PDF format...

    docs.aspose.com/cells/zh/nodejs-cpp/load-source...
  4. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....document into fixed page formats (PDF, XPS, images etc). FlipOrientation...embedded to PDF document. PdfCompliance Specifies the PDF standards...

    reference.aspose.com/words/java/com.aspose.words/
  5. Pivot table refresh problems (filter, col width...

    See attached sample: I call “Worksheet.RefreshPivotTables()”, which brings three problems: AsposeCellsPivot.zip (26.3 KB) Problem 1 In the source file, the filter for cell B6 is set To single select. After applying “R…...xlsx"); workbook.Settings.GlobalizationSetting...RefreshPivotTables(); } workbook.Save("result.xlsx"); class CustomPivotTableGlob...

    forum.aspose.com/t/pivot-table-refresh-problems...
  6. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for Java recognition results as Pdf, text, Word, or Excel documents, as well as XML and JSON files....Pdf Portable Document Format. The...(version 2007 or later). Format.Xlsx Microsoft Excel spreadsheet...

    docs.aspose.com/ocr/java/save-file/
  7. 无图表加载源Excel文件|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....以下示例代码加载没有图表的样本Excel文件,并将其保存为输出PDF格式。 //Specify the load options...workbook = new Workbook ( "sample.xlsx" , options ); //Save the workbook...

    docs.aspose.com/cells/zh/java/load-source-excel...
  8. 用C++跟踪文档转换进度|Documentation

    学习如何使用Aspose.Cells在C++中跟踪文档转换进度,以增强应用程序的可用性。...xlsx" ; U16String outputFilePath...outDir + u "DocumentConversionPr.pdf" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/track-document-con...
  9. Filter Objects while loading Workbook or Worksh...

    Learn how To filter data while loading workbooks or worksheets using Aspose.Cells for Node.js via C++....output PDF generated by it. As you can see in the output PDF, all..."sampleFilterCharts.xlsx" ), lOptions ); // Save worksheet to a single PDF page...

    docs.aspose.com/cells/nodejs-cpp/filter-objects...
  10. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how To use the Aspose.Cells library To calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using Node.js via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods To calculate these functions and save the results To disk....saves the results in the output PDF . const path = require ( "path"...dataDir , "sampleMINIFSAndMAXIF.xlsx" ); // Load your source workbook...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...