Sort Score
Result 10 results
Languages All
Labels All
Results 6,811 - 6,820 of 6,992 for

pdf to xlsx

(0.14 sec)
  1. 设置 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...
  2. 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...
  3. 用C++计算Excel 2016的MINIFS和MAXIFS函数|Documentation

    本文介绍如何使用Aspose.Cells库在C++中计算Microsoft Excel 2016的MINIFS和MAXIFS函数。...Cells执行公式计算,然后将结果保存为 输出PDF 。 #include <iostream> #include...srcDir + u "sampleMINIFSAndMAXIF.xlsx" ); // Perform Aspose.Cells...

    docs.aspose.com/cells/zh/cpp/calculation-of-exc...
  4. 用C++跟踪文档转换进度|Documentation

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

    docs.aspose.com/cells/zh/cpp/track-document-con...
  5. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for .NET recognition results as Pdf, text, Word, or Excel documents, as well as XML and JSON files....Pdf Portable Document Format. The...detected. Aspose.OCR.SaveFormat.Xlsx Microsoft Excel spreadsheet...

    docs.aspose.com/ocr/net/save-file/
  6. 与GridJs客户端端协同工作|Documentation

    本文介绍了GridJs中的客户端JavaScript API或函数。... xlsx 用于发送邮件功能的回调函数 xs . setEmailSendCallFunc...be sent, can be 'html', 'xlsx', or 'pdf' } 是否启用GridJs的窗口按键事件 xs...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  7. 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...
  8. Filter Objects while loading Workbook or Worksh...

    Learn how To filter objects like charts, shapes, and conditional formatting while loading workbooks or worksheets using Aspose.Cells for C++....output PDF generated by it. As you can see in the output PDF, all...srcDir + u "sampleFilterCharts.xlsx" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/filter-objects-while-...
  9. 刷新和计算含有计算项数据透视表,使用 C++|Documentation

    使用 Aspose.Cells 和 C++ 刷新并计算包含计算项的数据透视表。...API 刷新并计算数据透视表,并将工作簿保存为 PDF 格式。生成的 输出 PDF 证明 Aspose.Cells 成功刷新和...sampleFilePath = srcDir + u "sample.xlsx" ; Workbook workbook ( sampleFilePath...

    docs.aspose.com/cells/zh/cpp/refresh-and-calcul...
  10. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++....or you save your workbook to PDF or HTML formats, you will see...Workbook workbook ( u "input.xlsx" ); // Access second worksheet...

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