Sort Score
Result 10 results
Languages All
Labels All
Results 6,711 - 6,720 of 6,884 for

pdf to xlsx

(0.06 sec)
  1. 通过 Node.js 结合 C++ 跟踪文档转换进度|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 跟踪Excel文件中的转换进度。...xlsx" )); const pdfSaveOptions =...outputDir , "DocumentConversionPr.pdf" ), pdfSaveOptions ); 以下是 TestPageSavingCallba...

    docs.aspose.com/cells/zh/nodejs-cpp/track-docum...
  2. 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...
  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. 设置 PdfSaveOptions 和 ImageOrPrintOptions 的 Defau...

    了解如何用 Aspose.Cells for Node.js via C++ 设置 PdfSaveOptions 和 ImageOrPrinToptions 的 DefaultFont 属性。确保在字体缺失时正确渲染字体。...ImageOrPrintOptions 的 DefaultFont 属性时,您可能希望保存为 PDF 或图像时将该 DefaultFont 设置为工作簿中所有没有安装的字体的文本。...设置为工作簿中所有没有安装的字体的文本。 通常,在保存为 PDF 或图片时,Aspose.Cells for Node.js via C++...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  5. 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...
  6. What is XPS an file? | Knowledge Base

    XPS as one of the PDLs languages is explained in this article. Along with it this page briefly answers the question "what is an XPS document?"...PDF Product Solution Aspose.Cells...Words Product Solution Aspose.PDF Product Solution Aspose.Cells...

    docs.aspose.com/page/net/what-is-xps-file/
  7. Implement Errors and Boolean Value in Russian o...

    Learn how To implement errors and boolean values in Russian or any other language using Aspose.Cells with C++....in this code and its Output PDF . The screenshot shows the difference...Sample Excel File and the Output PDF for a reference. Sample Code...

    docs.aspose.com/cells/cpp/implement-errors-and-...
  8. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs.... xlsx Callback function for email...be sent, can be 'html', 'xlsx', or 'pdf' } whether to enable window...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  9. 无图表加载源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...
  10. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    Learn how To calculate Excel 2016 MINIFS and MAXIFS functions using Aspose.Cells for Python via .NET API with code examples....saves the results in the output PDF . import os from aspose.cells...source_dir , "sampleMINIFSAndMAXIF.xlsx" )) # Perform Aspose.Cells formula...

    docs.aspose.com/cells/python-net/calculation-of...