Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,046 for

spreadsheet conversion

(0.09 sec)
  1. Get Possible Conversions | GroupDocs

    This article demonstrates how to get possible Conversions for a file type using GroupDocs.Conversion for Python via .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Conversion Product Solution GroupDocs...DOCM, RTF, ODT, …), Spreadsheet (XLSX, XLSM, …), Presentation...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  3. Get file info | GroupDocs

    This page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Conversion Product Solution GroupDocs...(PDF, Word document, Excel spreadsheet, PowerPoint presentation...

    docs.groupdocs.com/annotation/java/get-file-info/
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Conversion Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  5. Using Signature Appearances | GroupDocs

     This sections contains explanation about various electronic signature visual appearances on document page....Conversion Product Solution GroupDocs...for Word Processing and Spreadsheet documents digital signature...

    docs.groupdocs.com/signature/net/using-signatur...
  6. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs.... common . FileFormat . SPREADSHEET ) # constants.input_xls is...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Conversion Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  8. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Conversion Product Solution GroupDocs...(PDF, Word document, Excel spreadsheet, PowerPoint presentation...

    docs.groupdocs.com/comparison/python-net/get-fi...
  9. GroupDocs.Assembly for Python overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during Spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Conversion Product Solution GroupDocs...assembly Apply formula during spreadsheet assembly Template formatting...

    docs.groupdocs.com/assembly/python-net/product-...
  10. Merging Table Cells Dynamically | GroupDocs

    Note This feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Merging Table Cells Dynamically Using GroupDocs.Assembly for Java, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Conversion Product Solution GroupDocs...Table Cells Dynamically in Spreadsheet Document The Code Download...

    docs.groupdocs.com/assembly/java/merging-table-...