Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 159,101 for

xlsx

(0.19 sec)
  1. Convert SVG to ODS in Android Apps | products.a...

    Render SVG to ODS in Android Apps API without using Microsoft Excel or Adobe Reader...can be used to convert SVG to XLSX. Aspose.Cells for Android via...Java can be used to convert XLSX to ODS. Both APIs are easy to...

    products.aspose.com/total/android-java/conversi...
  2. Convert MHTML to DIF in Android Apps | products...

    Render MHTML to DIF in Android Apps API without using Microsoft Excel or Adobe Reader...be used to convert MHTML to XLSX. Secondly, Aspose.Cells for...Java can be used to convert XLSX to DIF. Both APIs are included...

    products.aspose.com/total/android-java/conversi...
  3. Convert MD to XLSB in Android Apps | products.a...

    Render MD to XLSB in Android Apps API without using Microsoft Excel or Adobe Reader...can be used to convert MD to XLSX. Aspose.Cells for Android via...can then be used to convert XLSX to XLSB. This two step process...

    products.aspose.com/total/android-java/conversi...
  4. Convert XML to TSV in Android Apps | products.a...

    Render XML to TSV in Android Apps API without using Microsoft Excel or Adobe Reader...can be used to convert XML to XLSX. It is a powerful PDF processing...Java can be used to convert XLSX to TSV. It is a powerful spreadsheet...

    products.aspose.com/total/android-java/conversi...
  5. Loading and managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files using JavaScript via C++....xlsx,.csv" /> < button id = "runExample"...outputData = wb . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/loading-sa...
  6. Formatting not retained while creating .ppt fro...

    I'm trying to save a excel workbook template as a powerpoint presentation. The background color of grey colored cells in the tables in the excel sheets are not retained as such. They become black instead. How do we reta…...tried embedding your template XLSX file into a PPT file by Aspose...the Workbook is opened as an XLSX file, then the Workbook.save()...

    forum.aspose.com/t/formatting-not-retained-whil...
  7. WarningSource enumeration | Aspose.Words for Py...

    aspose.words.WarningSource enumeration. Specifies the module that produces a warning during document loading or saving.... XLSX Module that writes XLSX files. DOCLING Module...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Protect and Unprotect Workbook Structure with C...

    Protect and unprotect workbook structure of Excel files using C++ with Aspose.Cells....xlsx" ); std :: cout << "Workbook...U16String inputFilePath = u "Book1.xlsx" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  9. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....saves different files (DOC, XLSX, PPT, PDF, etc.) based on the...FileFormatType :: Xlsx : fileName += u "xlsx" ; break ; case FileFormatType...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  10. 给模板文件中的数据透视表pivot加筛选器fitler出现问题 - Free Support ...

    SyntaxEditor Code Snippet var wb=new Workbook(@“F:\mao\2items\7.1\05报表模块\warehouse\alarm_3.Xlsx”); var pivot=wb.Worksheets[0].PivotTables[0]; var rowField=pivot.RowFields[“device_name”]; rowField.GetFilters().Count()…...xlsx”); var pivot=wb.Worksheets[0]....1\05报表模块\warehouse\alarm_3.xlsx"); var pivot = wb.Worksheets[0]...

    forum.aspose.com/t/pivot-fitler/319909