
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
A powerful and fast Aspose.Cells cloud SDK library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
Enhance your .NET applications with the Aspose.Cells Cloud , enabling seamless integration with Excel, ODS, CSV, Json and other spreadsheet document formats. With its powerful APIs, developers can effortlessly read, convert, create, edit, and manipulate the contents of Excel documents without the need for any office software installed on the machine
To get started with Aspose.Cells Cloud for .NET, follow these steps:
Install-Package Aspose.Cells-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.Cells Cloud SDK assembly in your project.If you already have Aspose.Cells Cloud for .NET and want to upgrade it, please execute Update-Package Aspose.Cells-Cloud
to get the latest version. namespace Aspose.Cells.Cloud.SDK.Example
{
using Aspose.Cells.Cloud.SDK.Api;
using Aspose.Cells.Cloud.SDK.Request;
using System;
using System.Collections.Generic;
using System.IO;
public partial class CellsApiExample
{
public void PutConvertWorkbookHtmlExample()
{
CellsApi cellsApi = new CellsApi(Environment.GetEnvironmentVariable("CellsCloudTestClientId"), Environment.GetEnvironmentVariable("CellsCloudTestClientSecret"));
PutConvertWorkbookRequest request = new PutConvertWorkbookRequest { LocalPath = "Book1.xlsx", format = "html" };
cellsApi.PutConvertWorkbook(request);
}
}
}
Format | Description | Load | Save |
---|---|---|---|
XLS | Excel 95/5.0 - 2003 Workbook. | √ | √ |
XLSX | Office Open XML SpreadsheetML Workbook or template file, with or without macros. | √ | √ |
XLSB | Excel Binary Workbook. | √ | √ |
XLSM | Excel Macro-Enabled Workbook. | √ | √ |
XLT | Excel 97 - Excel 2003 Template. | √ | √ |
XLTX | Excel Template. | √ | √ |
XLTM | Excel Macro-Enabled Template. | √ | √ |
XLAM | An Excel Macro-Enabled Add-In file that's used to add new functions to Excel. | √ | |
CSV | CSV (Comma Separated Value) file. | √ | √ |
TSV | TSV (Tab-separated values) file. | √ | √ |
TabDelimited | Tab-delimited text file, same with TSV file. | √ | √ |
TXT | Delimited plain text file. | √ | √ |
HTML | HTML format. | √ | √ |
MHTML | MHTML file. | √ | √ |
ODS | ODS (OpenDocument Spreadsheet). | √ | √ |
SpreadsheetML | Excel 2003 XML file. | √ | √ |
Numbers | The document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems. | √ | |
JSON | JavaScript Object Notation | √ | √ |
DIF | Data Interchange Format. | √ | |
Adobe Portable Document Format. | √ | ||
XPS | XML Paper Specification Format. | √ | |
SVG | Scalable Vector Graphics Format. | √ | |
TIFF | Tagged Image File Format | √ | |
PNG | Portable Network Graphics Format | √ | |
BMP | Bitmap Image Format | √ | |
EMF | Enhanced metafile Format | √ | |
JPEG | JPEG is a type of image format that is saved using the method of lossy compression. | √ | |
GIF | Graphical Interchange Format | √ | |
MARKDOWN | Represents a markdown document. | √ | |
SXC | An XML based format used by OpenOffice and StarOffice | √ | √ |
FODS | This is an Open Document format stored as flat XML. | √ | √ |
DOCX | A well-known format for Microsoft Word documents that is a combination of XML and binary files. | √ | |
PPTX | The PPTX format is based on the Microsoft PowerPoint open XML presentation file format. | √ | |
OTS | OTS (OpenDocument Spreadsheet). | √ | √ |
XML | XML file. | √ | √ |
HTM | HTM file. | √ | √ |
TIF | Tagged Image File Format | √ | |
WMF | WMF Image Format | √ | |
PCL | Printer Command Language Format | √ | |
AZW3 | AZ3/KF8 File Format | √ | |
EPUB | EPUB File Format | √ | |
DBF | DBF File Format | √ | |
EPUB | database file | √ | |
XHTML | XHTML File Format | √ |
Full list of issues covering all changes in this release:
Summary | Category |
---|---|
Optimize operate scope options for extProcessingController. | Improvement |
Add protect/unprotect spreadsheet APIs. | New Feature |
Add convert worksheet/table/range to other formats. | New Feature |
The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.
FAQs
A powerful and fast Aspose.Cells cloud SDK library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
We found that aspose.cells-cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.