Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 134,789 for

xlsx

(0.06 sec)
  1. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...xlsx" ); // Get the default style...Workbook workbook ( u "Book1.xlsx" , options ); // Get the default...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  2. Saving Excel files to CSV, PDF and other format...

    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....method CSV Represents a CSV file XLSX Represents an Office Open XML...OpenOffice spreadsheet file (so XLS, XLSX, XLSM, XLSB, ODS and so on)...

    docs.aspose.com/cells/java/saving-excel-files-t...
  3. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....FileFormatType :: Xlsx : fileName += u "Xlsx" ; break ; case FileFormatType...GetFileFormatType () == FileFormatType :: Xlsx ) { Vector < uint8_t > objectData...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  4. Setting Formula for Named Range with Node.js vi...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for Node.js via C++....calculateFormula (); // Save the result in XLSX format book . save ( path ....join ( dataDir , "output_out.xlsx" )); Setting a Complex Formula...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  5. XlsxDateTimeParsingMode | Aspose.Words for Java

    Specifies how document text is parsed to identify date and time values in Java....= new Document(getMyDir() + "Xlsx DateTime.docx"); XlsxSaveOptions..."XlsxSaveOptions.DateTimeParsingMode.xlsx", saveOptions); Fields Field...

    reference.aspose.com/words/java/com.aspose.word...
  6. 使用 Node.js 和 C++ 管理工作簿元数据|Documentation

    学习如何使用Aspose.Cells for Node.js via C++编辑工作簿元数据。...xlsx" ), options ); // Set some properties...join ( dataDir , "Sample2.out.xlsx" )); // Open the workbook const...

    docs.aspose.com/cells/zh/nodejs-cpp/using-workb...
  7. Create a spreadsheet document|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....xlsx" ; CreateSpreadsheetWor ( FileName...Editable = true, and Type = xlsx. SpreadsheetDocument spreadsheetDocument...

    docs.aspose.com/cells/net/create-a-spreadsheet-...
  8. Working With Borders|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....xlsx" , SaveFormat . Xlsx ); //Workbooks can...FileStream sw = File . Create ( "test.xlsx" ); wb . Write ( sw ); sw ....

    docs.aspose.com/cells/net/working-with-borders/
  9. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....xlsx" ; // Path of output excel file...outputFilePath = outDir + u "Mybook.out.xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  10. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++....WordArtStyle3 ); // Save the workbook in xlsx format workbook . save ( outputDir...outputDir + "outputSetPresetWordA.xlsx" ); Add Word Art Text with Built-in...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...