Sort Score
Result 10 results
Languages All
Labels All
Results 9,241 - 9,250 of 47,236 for

(c )

(0.47 sec)
  1. Edit Excel Spreadsheet in Node.js | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheets with passwords, and many other powerful features of GroupDocs.Editor for Node.js....Editor ; const inputXlsxPath = 'C://input/spreadsheet.xlsx' ; const...editableDocument , saveOptions , 'C://output/edited-spreadsheet.xlsm'...

    docs.groupdocs.com/editor/nodejs-java/edit-excel/
  2. Numbered List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”.... Oven Cleaning C & D (Manager: John Smith) 5. Regular...Regular Cleaning 2. Oven Cleaning C & D (Manager: John Smith) 1. Regular...

    docs.groupdocs.com/assembly/java/numbered-list-...
  3. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications....paths string templatePath = @"C:\Templates\InvoiceTemplate.docx"...docx" ; string outputPath = @"C:\Output\Invoice.docx" ; // Sample...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  4. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....Tables from Excel C# To extract tables from Excel C# applications...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  5. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....<<foreach [c in ds.Contracts]>><<[c.Clients.Name]>> <<[c.Managers...Name]>> <<[c.Price]>><</foreach>> Total: <<[ds.Contracts.Sum(c => c...

    docs.groupdocs.com/assembly/net/template-syntax...
  6. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....into achieving the same but in C#. If you haven’t visited the last...your images programmatically in C# , then this article will guide...

    blog.groupdocs.com/categories/groupdocs.metadat...
  7. Load document from stream | GroupDocs

    This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET.... OpenRead ( @"c:\sample.docx" )) { using ( Merger...

    docs.groupdocs.com/merger/net/load-document-fro...
  8. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source using GroupDocs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\test.ppt" with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  9. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\test.jpg" with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  10. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream.... Ex: @"C:\Docs\source.doc" using ( Stream...

    docs.groupdocs.com/metadata/net/load-from-a-str...