Sort Score
Result 10 results
Languages All
Labels All
Results 7,211 - 7,220 of 161,007 for

workbook

(0.1 sec)
  1. Working with Aspose.Cells.GridDesktop Events|Do...

    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....formula in workbook. BeforeLoadFile Occurs before workbook loaded...FailLoadFile Occurs when fail to load workbook. FinishCalculate Occurs after...

    docs.aspose.com/cells/net/working-with-aspose-c...
  2. XLS document chart via C++ | products.aspose.com

    C++ example code to draw and convert chart or diagram in XLS file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Create a new workbook. UGet first default worksheet...Excel is known as Workbook where each workbook can have one or...

    products.aspose.com/cells/cpp/chart/xls/
  3. Edit or View ODS Files Metadata via Java | prod...

    Java sample code to edit or view ODS format metadata on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Metadata of ODS - Java // Open Workbook metadata MetadataOptions options...); // Open the workbook Workbook w = new Workbook( "Sample1.out...

    products.aspose.com/cells/java/metadata/ods/
  4. Convert WORD to XLT using Python or with free O...

    WORD to XLT conversion in your Python applications without using Microsoft Word or Excel or online. Test free WORD to XLT online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...WORD to XLSB (Excel Binary Workbook) Convert WORD to XLSM (Macro-enabled...

    products.aspose.com/total/python-net/conversion...
  5. Aspose::Cells::Font class | Aspose.Cells for C+...

    Aspose::Cells::Font class. Encapsulates the font object used in a spreadsheet in C++....//Instantiating a Workbook object Workbook workbook ; //Obtaining...index Worksheet worksheet = workbook . GetWorksheets (). Get (...

    reference.aspose.com/cells/cpp/aspose.cells/font/
  6. Aspose.Cells 8.7.2中的公共API更改|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....instance of Workbook Workbook workbook = new Workbook (); //Access...collection Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. Rendering CAD, Slides, Cells, Words to PDF/A? -...

    Hi, Is it possible to convert Cad files to PDFA? If yes, what types of PDFA is compatible? Can it convert to PDF/A-2b? and how about all other types of documents - Is it possible to convert Slides, Cells, Word an so …...the Excel file Workbook workbook = new Workbook("Book1.xlsx");...PdfCompliance.PdfA1b; // Save the file workbook.Save("output.pdf", pdfSaveOptions);...

    forum.aspose.com/t/rendering-cad-slides-cells-w...
  8. Top10 | Aspose.Cells for Java API Reference

    Describe the Top10 conditional formatting rule....//Instantiating a Workbook object Workbook workbook = new Workbook(); Worksheet...Worksheet sheet = workbook.getWorksheets().get(0); //Adds an empty...

    reference.aspose.com/cells/java/com.aspose.cell...
  9. Aspose::Slides::SpreadsheetOptions Class Refere...

    Public Member Functions | List of all members Aspose::Slides::SpreadsheetOptions Class Reference Represents options w......for the chart is an external workbook and it's not available, it...for the chart is an external workbook and it's not available, it...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  10. Extract text and images from XLS document via ....

    C# source code to extract text and images from XLS file on .NET Framework, .NET Core, Mono or Xamarin Platforms....template Excel file Workbook workbook = new Workbook( "sampleExtractImagesF...worksheet Worksheet worksheet = workbook.Worksheets[ 0 ]; // get the...

    products.aspose.com/cells/net/parser/xls/