Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 140,065 for

xlsx

(0.1 sec)
  1. Set Caption to OLE Icon|Aspose.Slides Documenta...

    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" ); OleEmbeddedDataInfo dataInfo...OleEmbeddedDataInfo ( allbytes , "xlsx" ); IOleObjectFrame oof = slide...

    docs.aspose.com/slides/net/set-caption-to-ole-i...
  2. Smart Marker Row Indexing Issue for Table Witho...

    We are experiencing an issue with Aspose.Cells Smart Markers while trying to generate row indices for a table that does not include a header value for Index. Additionally, there is a structural gap (one or more columns) …...you for sharing the template XLSX file and sample app. I tested...provided resource files (template XLSX and JSON data file) and observed...

    forum.aspose.com/t/smart-marker-row-indexing-is...
  3. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for C++. Our guide will show you how to modify the labels' appearance, position, and formatting, as well as how to link them to your data source for accurate data representation....xlsx" ; // Create workbook with XLSX format Workbook...workbook ( FileFormatType :: Xlsx ); Worksheet sheet = workbook...

    docs.aspose.com/cells/cpp/adding-custom-labels-...
  4. Apply Advanced Conditional Formatting with Pyth...

    Learn how to implement Excel's advanced conditional formatting features like data bars, color scales, and icon sets using Aspose.Cells for Python via .NET....Excel 2007 and later versions in XLSX format on cells at runtime....path . join ( data_dir , "Book1.xlsx" )) # Get the first worksheet...

    docs.aspose.com/cells/python-net/apply-advanced...
  5. Can Aspose Support Opening and Modifying Docume...

    I have a number of microsoft documents that contain macros, and am trying to open them, make some modifications, and save them. Out of the pool, some of them contain macros, and I don’t know which ones. There is no .docm…...perform the same operation on an xlsx file and a pptx file? amjad...documents (such as DOCX/DOCM, XLSX/XLSM, PPTX/PPTM, etc.) along...

    forum.aspose.com/t/can-aspose-support-opening-a...
  6. XlsxDateTimeParsingMode enumeration | Aspose.Wo...

    aspose.words.saving.XlsxDateTimeParsingMode enumeration. Specifies how document text is parsed to identify date and time values....Document ( file_name = MY_DIR + 'Xlsx DateTime.docx' ) save_options...'XlsxSaveOptions.DateTimeParsingMode.xlsx' , save_options = save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, max display range of Excel files with Aspose.Cells for C++ library....xlsx" ); // Get all the worksheets...Workbook workbook ( u "Book1.xlsx" ); // Get all the worksheets...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...
  8. Specify whether the PivotTable is compatible fo...

    Learn how to specify PivotTable compatibility for Excel2003 using Aspose.Cells for C++ while refreshing the PivotTable....xlsx" ); // Access first worksheet...( st ); // Save workbook in xlsx format wb . Save ( outDir +...

    docs.aspose.com/cells/cpp/specify-whether-the-p...
  9. Convert Workbook to HTML in xlsx4j|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....workbook and open the template XLSX file Workbook book = new Workbook...

    docs.aspose.com/cells/java/convert-workbook-to-...
  10. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....xlsx" ); // Opening through Path...( AsposeCells . LoadFormat . Xlsx ); // Set LoadFilter property...

    docs.aspose.com/cells/nodejs-cpp/different-ways...