Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 140,007 for

xlsx

(0.07 sec)
  1. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...xlsx" ); // Get the OleObject Collection...Excel97To2003 : fileName += u "Xlsx" ; break ; case FileFormatType...

    docs.aspose.com/cells/zh/cpp/extract-ole-object...
  2. Aspose.Cells or NPOI|Documentation

    Perform a large number of tasks with Excel files faster and more conveniently than NPOI using C#....xlsx) file format. HSSF and XSSF...access to the main parts of .xlsx files, but it is not complete...

    docs.aspose.com/cells/net/why-not-npoi/
  3. Compress and Decompress XLS Files via .NET

    C# compression and decompression source code to compress XLS documents into a single zip archive or vice versa on .NET Framework, .NET Core....formats including PDF, CSV, XLSX, TXT, HTML, XPS, and several...open and structured format, XLSX, with the release of Microsoft...

    products.aspose.com/zip/net/zip-file/xls/
  4. Annotate Documents via Java | products.aspose.com

    Annotate Microsoft Word, Excel, PowerPoint Presentations and PDF files via your Java application. Clear Annotation with ease....Author Manage Microsoft Excel XLS XLSX Annotations To perform Excel...Annotate XLSM Files Annotate XLSX Files Annotate XLT Files Annotate...

    products.aspose.com/total/java/annotate/
  5. Convert PPT to JSON Format via Java | products....

    Convert PPT to JSON format via Java without using using Microsoft Excel or PowerPoint...of other formats, including XLSX, XLS, CSV, and ODS. By using...Spreadsheet) Convert PPT to XLSX (Open XML Workbook) Convert...

    products.aspose.com/total/java/conversion/ppt-t...
  6. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...xlsx") # Access the first worksheet...file_path = "e:\\test2\\Book1.xlsx" workbook = Workbook(file_path)...

    forum.aspose.com/t/access-rendered-value-of-cel...
  7. AutoFit Rows and Columns with Node.js via C++|D...

    This article shows how to autoFit rows, columns, rows of merged cells, and row in a range of cells using Aspose.Cells for Node.js via C++....xlsx" ); // Reading the Excel file...path . join ( dataDir , "output.xlsx" ); workbook . save ( outputPath...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-a...
  8. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts using Aspose.Cells for C++....xlsx" ); // Access first worksheet...workbook in xlsx format wb . Save ( outDir + u "output_out.xlsx" ); std...

    docs.aspose.com/cells/cpp/working-with-the-glow...
  9. Working With Fonts|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-fonts/
  10. AutoFit Rows and Columns with C++|Documentation

    This article shows how to autoFit rows, columns, rows of merged cells, and rows in a range of cells using the Aspose.Cells for C++ API....xlsx" ; // Create workbook from file...outputFilePath = srcDir + u "output.xlsx" ; workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/autofit-rows-and-colu...