Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 157,232 for

xlsx

(0.44 sec)
  1. Convert PDF documents using Rust|Aspose.PDF for...

    This section contains articles relating to convert PDF documents to other formats with Aspose.PDF for Rust via C++.... Convert PDF to Microsoft XLSX - this section describes how...how to convert PDF document to XLSX, and CSV. The PowerPoint format...

    docs.aspose.com/pdf/rust-cpp/conversion/
  2. Export Data from a PDF Form to Excel using C#

    Follow this article to export data from a PDF form to Excel using C#. It has details to set the IDE, a list of steps, and a sample code to export data from Adobe form to Excel using C#....Cells Save the workbook as an XLSX file for getting the form data...and save the workbook as an XLSX file. Code to Export Fillable...

    kb.aspose.com/total/net/export-data-from-a-pdf-...
  3. Add Conditional Icons Set with the Cell Text us...

    Learn how to add conditional icons next to the cell text using Aspose.Cells for JavaScript via C++. Enhancing the meaning of data through icons....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/add-condit...
  4. Ինչպես թարմացնել Excel ֆայլը Java-ում

    Այս քայլ առ քայլ ձեռնարկում մենք կսովորենք, թե ինչպես թարմացնել Excel ֆայլը Java-ում՝ օգտագործելով պարզ կոդ: Այս կոդը կարող է գործարկվել Java-ին աջակցող բազմաթիվ օպերացիոն համակարգերում, ինչպիսիք են Windows-ը, macOS-ը և Linux-ը:...և այն Excel ձևաչափով, ասենք՝ XLSX պահելու քայլերը: Excel ֆայլը...Պահպանեք թարմացված ֆայլը որպես XLSX Վերոնշյալ քայլերում մենք նկատեցինք...

    kb.aspose.com/hy/cells/java/how-to-update-excel...
  5. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, header, and footer using the JavaScript API via C++....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  6. 通过 C++ 使用 JavaScript 创建 Volume Open High Low Cl...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 创建带有成交量、开盘价、最高价、最低价、收盘价的股票图表。我们的指南将演示如何将股票市场数据绘制到图表上以便更好地分析和可视化。...xlsx),并生成了【输出Excel文件】(out.xlsx)。 <!DOCTYPE html>..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  7. Extract OLE Objects from Workbook with C++|Docu...

    Learn how to extract OLE objects from a workbook using Aspose.Cells with C++....xlsx" ); // Get the OleObject collection...Excel97To2003 : fileName += u "Xlsx" ; break ; case FileFormatType...

    docs.aspose.com/cells/cpp/extract-ole-objects-f...
  8. Cell formula doesn't get set with formula witho...

    Hi team, I have a formula which is referring to Custom Function but in a different workbook. I’m trying to remove the reference part by replacing the formula (without ref), but it remains the same! In attached workbook…...xlsx’!_xldudf_AS(AR20,“name”)) when...Workbook("path_to_your_workbook.xlsx"); // Access the specific cell...

    forum.aspose.com/t/cell-formula-doesnt-get-set-...
  9. 通过Node.js通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件中的图片、OLE对象和形状。...xlsx" ); // Create workbook from...( "sample.xlsx" , AsposeCells . SaveFormat . Xlsx ); 执行上述代码,您将获得以下结果:...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-shapes/
  10. 用JavaScript通过C++冻结Excel工作表的顶部行|Documentation

    本文将介绍如何使用JavaScript库结合C++ API以编程方式冻结Excel工作表的顶部行。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...