Sort Score
Result 10 results
Languages All
Labels All
Results 5,371 - 5,380 of 105,429 for

workbook

(0.11 sec)
  1. | Aspose

    Sample code for PDF to XLS Java conversion. Use API example code for batch PDF files to XLS conversion within any Web or Desktop Java based application....Excel is known as Workbook where each workbook can have one or...Microsoft Excel lets you export workbook data to several different...

    products.aspose.com/ocr/java/conversion/pdf-to-...
  2. Read and Write to Excel With Kotlin|Documentation

    Learn to read, write, and format Excel files in Kotlin using Aspose.Cells for Java. Includes code examples for formulas and formatting....how to create a new Excel workbook, populate cells with data...to a cell, recalculates the workbook, and prints the result. Format...

    docs.aspose.com/cells/java/read-and-write-to-ex...
  3. 通过Node.js与C++签署和验证数字签名|Documentation

    使用Aspose.Cells for Node.js via C++对Excel文件进行数字签名和验证。保护工作簿内容的真实性。... Workbook (); // wb.setDigitalSignature...const wb2 = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-and-...
  4. 用C++跟踪文档转换进度|Documentation

    学习如何使用Aspose.Cells在C++中跟踪文档转换进度,以增强应用程序的可用性。...pdf" ; Workbook workbook ( inputFilePath ); PdfSaveOptions...SetPageSavingCallbac ( & callback ); workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/zh/cpp/track-document-con...
  5. 如何使用C++创建龙卷风图|Documentation

    了解如何使用API Aspose.Cells for C++创建龙卷风图。...xlsx" ; // Create workbook Workbook wb ( inputFilePath );...##0;#,##0" ); // Save the workbook wb . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/create-tornado-chart/
  6. Using GlobalizationSettings Class for Custom Su...

    Learn how to use the GlobalizationSettings class in Aspose.Cells for C++ to customize subtotal labels and modify the “Other” label in pie charts....spreadsheet containing some data Workbook book ( inputFilePath ); //...AutoFitColumns (); // Saves the workbook on disk book . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/using-globalizationse...
  7. 使用C++的JavaScript设置渲染到图片的电子表格的默认字体|Documentation

    学习如何使用C++中的Aspose.Cells for JavaScript在渲染电子表格为图片时设置默认字体。..."text/javascript" > const { Workbook , SaveFormat , ImageOrPrintOptions...Instantiate Workbook from uploaded file const wb = new Workbook ( new...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  8. 用Node.js和C++检测空工作表|Documentation

    本文演示了使用C++的Node.js API以编程方式检测Excel工作簿中的空工作表的代码。...xlsx" ); // Loads the workbook which contains hidden external...const book = new AsposeCells . Workbook ( filePath ); // Loop over...

    docs.aspose.com/cells/zh/nodejs-cpp/detecting-e...
  9. 跟踪Excel转TIFF的转换进度,使用C++|Documentation

    学习如何使用Aspose.Cells for C++跟踪Excel文件转换为TIFF格式的进度。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "sampleUseWorkbookRen...Tiff ); WorkbookRender wr ( workbook , opts ); wr . ToImage ( outDir...

    docs.aspose.com/cells/zh/cpp/track-conversion-p...
  10. 将Excel文件转换为兼容PDF/A 1a的PDF格式,使用JavaScript通过C++|D...

    学习如何使用Aspose.Cells for Java脚本通过C++将Excel文件转换为符合PDF/A标准的PDF文件。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...// Create workbook object const wb = new Workbook (); // Access...

    docs.aspose.com/cells/zh/javascript-cpp/convert...