Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 159,081 for

xlsx

(0.15 sec)
  1. C++ API to Convert PCL to XLSB | products.aspos...

    Convert PCL to XLSB via C++ API without using Microsoft Excel or Adobe Reader...a compressed version of the XLSX file format and is used to reduce...step, you can export PCL to XLSX by using Aspose.PDF for C++...

    products.aspose.com/total/cpp/conversion/pcl-to...
  2. Accessing array element by index in Excel templ...

    Hello, In the Word template, we can access specific array elements using elementAt function. I wanted to know if we can achieve the same functionality in the Excel template too. I tried the following smart markers to …...xlsx"); WorkbookDesigner designer...save(filePath + "out_employees-002.xlsx"); amjad.sahi April 11, 2025...

    forum.aspose.com/t/accessing-array-element-by-i...
  3. Set the Comment of Table or List Object inside ...

    Learn how to set the comment of the table or list object inside the worksheet using Aspose.Cells for Node.js via C++....xlsx" )); // Access first worksheet..." ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/set-the-commen...
  4. 在Python中保存文件|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_97_TO_2003 ) #Save in Excel2007 xlsx format workbook . save ( self...dataDir + "book.out.xlsx" , fileFormatType . XLSX ) #Save in SpreadsheetML...

    docs.aspose.com/cells/zh/java/saving-files-in-p...
  5. AutoFitColumns会让隐藏列展示出来 - Free Support Forum - ...

    SyntaxEditor Code Snippet 代码: string filePath = @“C:\Users\25477\Downloads\工作簿1.Xlsx”; using Workbook workbook = new Workbook(filePath); workbook.Worksheets[0].Cells.HideColumn(1); workbook.Worksheets[0].Cells.Colum…...xlsx”; using Workbook workbook =...Save(@“C:\Users\25477\Downloads\工作簿2.xlsx”); John.He December 26, 2025...

    forum.aspose.com/t/autofitcolumns/323726
  6. Feature List of Aspose.Finance|Documentation

    C# Finance Library API features include create, read, write, validate documents including XBRL, iXBRL, OFX request and response....instance to to XLSX. Convert iXBRL(inline XBRL) to XLSX. Convert OFX...

    docs.aspose.com/finance/net/feature-list/
  7. Set text of chart legend entry fill to none usi...

    Learn how to use Aspose.Cells for Node.js via C++ to set the fill of a chart legend entry to none. This guide demonstrates how to modify the fill of legend entries in Microsoft Excel charts for better visualization and customization....xlsx" )); // Access the first worksheet...true ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/set-text-of-ch...
  8. 导出数据棒、颜色刻度和图标集条件格式时的Excel转HTML,支持C++|Documentation

    学习在使用 Aspose.Cells for C++ 将Excel文件转换为HTML时,导出数据条、颜色刻度和图标集条件格式。...xlsx)。你可以通过提供的链接下载【示例Excel文件】(5115558.xlsx)。 下方截图显示了Aspose...。如你所见,它与【示例Excel文件】(5115558.xlsx)完全一致。 示例代码 以下示例代码将示例Excel文件...

    docs.aspose.com/cells/zh/cpp/export-databar-col...
  9. Replace text in SmartArt with JavaScript via C+...

    Learn how to replace text in SmartArt using Aspose.Cells for JavaScript via C++....xlsx Sample Code <!DOCTYPE html>..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  10. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file using built-in document properties with Aspose.Cells for C++....workbook in xlsx format wb . Save ( u "outputSpecifyDocumen.xlsx" , SaveFormat...SaveFormat :: Xlsx ); std :: cout << "Document properties set...

    docs.aspose.com/cells/cpp/specify-document-vers...