Vintasoft.Imaging.Office.Web.Api2Controllers 6.0.7.1

dotnet add package Vintasoft.Imaging.Office.Web.Api2Controllers --version 6.0.7.1                
NuGet\Install-Package Vintasoft.Imaging.Office.Web.Api2Controllers -Version 6.0.7.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vintasoft.Imaging.Office.Web.Api2Controllers" Version="6.0.7.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vintasoft.Imaging.Office.Web.Api2Controllers --version 6.0.7.1                
#r "nuget: Vintasoft.Imaging.Office.Web.Api2Controllers, 6.0.7.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Vintasoft.Imaging.Office.Web.Api2Controllers as a Cake Addin
#addin nuget:?package=Vintasoft.Imaging.Office.Web.Api2Controllers&version=6.0.7.1

// Install Vintasoft.Imaging.Office.Web.Api2Controllers as a Cake Tool
#tool nuget:?package=Vintasoft.Imaging.Office.Web.Api2Controllers&version=6.0.7.1                

Vintasoft.Imaging.Office.Web.Api2Controllers.dll is the assembly from VintaSoft Office .NET Plug-in and it contains ASP.NET Web API 2 controller that allows to work with Office documents in ASP.NET Core.

Vintasoft.Imaging.Office.js is the JavaScript file from VintaSoft Office .NET Plug-in and it contains the web spreadsheet document editor (JavaScript UI control) that allows to edit spreadsheet (XLSX) document.

Vintasoft.Imaging.Office.Dialogs.Bootstrap.js is the JavaScript file from VintaSoft Office .NET Plug-in and it contains "standard" UI dialogs, which are based on Bootstrap library, for the web spreadsheet document editor.

Vintasoft.Imaging.Office.Dialogs.jQueryUI.js is the JavaScript file from VintaSoft Office .NET Plug-in and it contains "standard" UI dialogs, which are based on jQuery UI library, for the web spreadsheet document editor.

VintaSoft Office .NET Plug-in is the add-on for VintaSoft Imaging .NET SDK, which allows to open, view, print and convert DOCX, DOC and XLSX documents.

GENERAL FEATURES:

  • The plug-in can be used for developing .NET 8/7/6 applications (console, WPF, WinForms, ASP.NET Core, service, etc) for Windows
  • The plug-in can be used for developing .NET Framework 4.8-4.0 and 3.5 applications (console, WPF, WinForms, ASP.NET MVC, ASP.NET WebForms, service, etc) for Windows
  • The plug-in core is written in C#
  • AnyCPU, x86 and x64 mode support
  • Office (DOCX, DOC and XLSX) engine is written from scratch, no additional external third party libraries are necessary
  • Load DOCX/DOC/XLSX document
    • Load an existing document from file or stream
  • Render DOCX, DOC and XLSX document
    • Render the whole document page or a page region
    • Get scaled region of document page
    • Render text on document page
    • Render images on document page
    • Render diagrams on document page
  • Print DOCX/DOC/XLSX document
    • Print document in WinForms
    • Print document in WPF
    • Print document in web application
  • View pages of DOCX/DOC/XLSX document in WPF and WinForms image viewer
    • View document pages in WPF or WinForms image viewer
    • Select and highlight text on document page in WPF or WinForms image viewer using mouse and keyboard
    • Navigate document in WPF or WinForms image viewer
  • View pages of DOCX/DOC/XLSX document in HTML5 image viewer in web application
    • View document pages in HTML5 image viewer
    • Select and highlight text on document page in HTML5 image viewer using mouse
    • Navigate document in HTML5 image viewer
  • Search text in DOCX/DOC/XLSX document and extract text from DOCX/DOC/XLSX document
    • Search text in the whole document or in a document page
    • Extract text from document
  • Programmatically edit existing DOCX document using the low-level editor for DOCX document
    • Find, delete, replace text, change text properties (background color, text color, bold text, font, text size, etc)
    • Copy, insert, change and delete an image (barcode image)
    • Copy, insert, change and delete a row in a table
    • Change a value of table cell, change a color of table cell
    • Change table borders
    • Edit chart data
    • Save the changed document to a DOCX/XLSX file
    • Export the changed document to a file format, which is supported by VintaSoft Imaging .NET SDK (PDF, PDF/A, TIFF, etc)
  • Programmatically edit existing XLSX document using the low-level editor for XLSX document
    • Find, delete, replace text, change text properties (background color, text color, bold text, font, text size, etc)
    • Copy, insert, change and delete an image (barcode image)
    • Copy, insert, change and delete a row in a table
    • Change a value of table cell, change a color of table cell
    • Change table borders
    • Edit chart data
    • Save the changed document to a DOCX/XLSX file
    • Export the changed document to a file format, which is supported by VintaSoft Imaging .NET SDK (PDF, PDF/A, TIFF, etc)
  • Programmatically edit new or existing spreadsheet document using the high-level editor for spreadsheet document based on XLSX document
    • Create a new or open an existing XLSX document in spreadsheet editor
    • Work with spreadsheet document
      • Set culture of spreadsheet document
      • Assign settings (author, etc) of spreadsheet document
      • Edit style properties of spreadsheet document
      • Add/delete defined names to/from spreadsheet document
    • Work with worksheets of spreadsheet document
      • Get a list of worksheets
      • Add/delete/rename a worksheet; copy/insert a worksheet; reorder worksheets
    • Work with worksheet of spreadsheet document
      • Change settings of worksheet view
      • Insert or delete columns/rows
      • Change size of columns/rows
      • Show/hide columns/rows
      • Search and replace text
    • Work with cells set of worksheet
      • Insert, copy, paste and delete a cells set
      • Change style properties (font, fill, borders, number format, text style, alignment, indent, etc) of cells set
      • Change size of cells set
      • Clear styles, content, hyperlinks of cells set
      • Merge and unmerge a cells set
      • Specify a hyperlink to URL or location in document of cells set
    • Work with cell of worksheet
      • Get a value, formatted value and localized formula of cell
      • Calculate cell formula
      • Change cell value or cell formula
    • Work with Drawing (Charts, Pictures, Graphics)
      • Add picture
      • Delete drawing
    • Work with comments
      • Add, edit, delete a comment
  • Edit new or existing spreadsheet document in WPF/WinForms spreadsheet editor control
    • Create a new or open an existing XLSX document in spreadsheet editor control
    • Work with spreadsheet document
      • Set culture of spreadsheet document
      • Assign settings (author, etc) of spreadsheet document
      • Edit style properties of spreadsheet document
      • Add/delete defined names to/from spreadsheet document
    • Work with worksheets of spreadsheet document
      • Get a list of worksheets
      • Add/delete/rename a worksheet; copy/insert a worksheet; reorder worksheets
    • Work with worksheet of spreadsheet document
      • Render a worksheet
      • Change settings of worksheet view
      • Navigate by cells using mouse and keyboard
      • Insert or delete columns/rows
      • Change size of columns/rows
      • Show/hide columns/rows
      • Search and replace text
    • Work with selected cells of worksheet
      • Select cells using mouse and keyboard
      • Insert, copy, paste and delete selected cells
      • Change style properties (font, fill, borders, number format, text style, alignment, indent, etc) of selected cells
      • Change size of selected cells
      • Auto-fit column width or row height of selected cells
      • Clear styles, content, hyperlinks of selected cells
      • Merge and unmerge selected cells
      • Show and hide selected cells
      • Set hyperlink to URL or location in document of selected cells
    • Work with cell of worksheet
      • Display formatted and localized text of cell
      • Calculate formula of cell
      • Edit cell text directly in cell region
      • Edit cell text in formula bar
      • Highlight references while editing a cell formula
    • Work with Drawing (Charts, Pictures, Graphics)
      • Render drawings on worksheet
      • Update a chart if chart data has changed
      • Select a drawing on worksheet
      • Add picture
      • Delete drawing
    • Work with comments
      • Render comments on worksheet
      • Add, edit, delete a comment
  • Edit existing spreadsheet document in HTML5 web browser
    • JavaScript UI control that works in all major HTML5 web browsers
    • User interface is compatible with personal computers, tablets and smartphones
    • Load existing spreadsheet document
    • View and edit spreadsheet document
    • View worksheet list, add/rename/move/delete worksheet
      • Select/resize/add/remove rows/columns on worksheet
      • Navigate by cells using mouse and keyboard
      • Select cells using mouse and keyboard
      • Change style properties (font, fill, borders, number format, text style, alignment, indent, etc) of selected cells
      • Display formatted and localized text of cell
      • Calculate formula of cell
      • Edit cell text directly in cell region or edit cell text in formula bar
      • Search text in spreadsheet document
    • Download edited spreadsheet document
    • "Standard" dialogs (rename worksheet, search text, etc) for Bootstrap, JQuery UI, pure JavaScript
    • User interface can be customized
  • Convert DOC document to a DOCX document
  • Convert DOCX/DOC/XLSX document to a vector PDF or PDF/A document with text, links and navigation
  • Convert DOCX/DOC/XLSX document to a multipage TIFF file or any other image format supported by the SDK

DEVELOPMENT REQUIREMENTS:

  • Development environments: Microsoft Visual Studio, Microsoft Studio Code, JetBrains Rider, .NET CLI
  • Programming languages: C#, VB.NET, any .NET compatible language
  • Development platforms: .NET, WPF, WinForms, ASP.NET
  • VintaSoft Imaging .NET SDK

DEPLOYMENT REQUIREMENTS:

  • Windows (Windows 11/10/8.1/8/7; Windows Server 2025/2022/2019/2016/2012/2008; 32-bit and 64-bit) with .NET 9/8/7/6
  • Windows (Windows 11/10/8.1/8/7/Vista/XP; Windows Server 2025/2022/2019/2016/2012/2008/2003; 32-bit and 64-bit) with .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
  • Linux (Ubuntu 24/23/22/20/18; Debian 12/11/10/9; Fedora 40/39/38/37/36; OpenSUSE 15; CentOS 9/8/7; Redhate Enterprise Linux 9/8/7; Alpine 3) with .NET 9/8/7/6
  • macOS (macOS 14/13/12/11/10) with .NET 9/8/7/6
  • VintaSoft Imaging .NET SDK

ONLINE RESOURCES:

  1. Product web page: https://www.vintasoft.com/vsoffice-dotnet-index.html?referer=nuget.org/Vintasoft.Imaging.Office.Web.Api2Controllers
  2. Online FAQ: https://www.vintasoft.com/vsimaging-dotnet-faq.html?referer=nuget.org/Vintasoft.Imaging.Office.Web.Api2Controllers
  3. Online Developer's Guide and API Reference: https://www.vintasoft.com/docs/vsimaging-dotnet/
  4. Online code examples: https://www.vintasoft.com/vsimaging-dotnet-examples.html?referer=nuget.org/Vintasoft.Imaging.Office.Web.Api2Controllers
  5. Online Support Center: https://www.vintasoft.com/support/
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.7.1 46 2/28/2025
6.0.6.1 111 2/21/2025