Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 140,058 for

xlsx

(0.08 sec)
  1. Check if VBA project in a Workbook is Signed wi...

    Check if VBA project in a Workbook is Signed using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  2. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath...Save ( outDir + u "output_out.xlsx" ); std :: cout << "Workbook...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  3. How to Convert Excel to Word in Java

    This article explains how to convert Excel to Word in Java. It contains configuration details, detailed steps, and a runnable sample code to export Excel to Word in Java....Word in Java like converting XLSX to DOCX with the help of configuration...These steps help to convert XLSX to DOCX in Java . You can simplify...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  4. How to Convert MPP to Excel using C#

    This article provides details about how to convert MPP to Excel using C#. You can transform MPP file to Excel using C# with the help of a few steps and sample code containing a couple of lines of code only....results in the creation of an XLSX file. Steps to Convert MPP file...it to the desired format like XLSX, HTML, PNG, etc. using the SaveFileFormat...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-e...
  5. Digitally Sign Excel File Online or using .NET ...

    Free online app for digital signature in Excel spreadsheet. Develop C# .NET application to electronically sign Excel spreadsheets....Financial Reports and Budgets XLS, XLSX, and ODS files are widely used...and supplier data in ODS or XLSX formats are signed digitally...

    products.aspose.com/total/net/signature/excel/
  6. Ինչպես փոխարկել Excel-ը PDF-ի՝ օգտագործելով Pyt...

    Այս կարճ ձեռնարկը նկարագրում է, թե ինչպես փոխարկել Excel-ը PDF-ի, օգտագործելով Python-ը: Դուք կսովորեք ստեղծել աշխատանքային գիրք և օգտագործելով Python Excel-ը PDF-ի փոխակերպումը մանրամասն քայլերի և գործարկվող Python կոդի օգնությամբ:...բեռնել առկա Excel ֆայլը, ասենք՝ XLSX : Դուք նաև կունենաք վերահսկողություն...ունեցող Excel ֆայլ, ինչպիսիք են XLSX, XLS, ODS և այլն, որոնք պարունակում...

    kb.aspose.com/hy/cells/python/how-to-convert-ex...
  7. How to apply number format to each datapoint's ...

    We are plotting a pie chart and we need to apply custom format to each datapoint for example #,##0.0% and #,##0.000% like these. How can we achieve this format, could you provide a sample code?...xlsx"); } } Next Steps You can adjust...save("d:\\files\\out1.xlsx"); Please find attached the output XLSX file containing...

    forum.aspose.com/t/how-to-apply-number-format-t...
  8. How to Update Excel File in Java

    In this step-by-step tutorial we will learn how to update Excel file in Java using a simple code. This code can be executed in many operating systems supporting Java like Windows, macOS and Linux....saving it to an Excel format say XLSX in this tutorial. Steps to Update...changed Save the updated file as XLSX In the above steps we observed...

    kb.aspose.com/cells/java/how-to-update-excel-fi...
  9. OleFormat.Save | Aspose.Words for .NET

    Discover the OleFormat Save method to efficiently store embedded object data in your chosen stream. Enhance data management with ease!...xlsx" )); // Below are two ways of...SuggestedExtension , Is . EqualTo ( ".xlsx" )); // Below are two ways of...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Using WorkbookMetadata with C++|Documentation

    Learn how to use WorkbookMetadata to edit custom document properties of a workbook in C++ with Aspose.Cells....xlsx" , options ); meta . GetCustomDocumentPro..."Sample2.out.xlsx" ); Workbook w ( srcDir + u "Sample2.out.xlsx" ); std...

    docs.aspose.com/cells/cpp/using-workbookmetadata/