FAQs
This FAQ provides in-depth information about the features and functionalities of Sheetize .NET SDKs, covering aspects like spreadsheet conversion, document management, and compatibility details.
General Questions
1. What is Sheetize for .NET?
Sheetize for .NET is a powerful SDK designed for managing spreadsheet documents programmatically. It includes tools for converting spreadsheets to various formats, editing cell data, handling spreadsheet forms, and optimizing document workflows.
2. How do I install Sheetize SDKs for .NET?
You can install the Sheetize SDKs by downloading assembly files from the official website or by fetching packages directly from NuGet. Detailed installation instructions are provided in each SDK’s documentation.
Spreadsheet Conversion
3. How can I convert a spreadsheet to PDF?
To convert a spreadsheet to PDF format using the Spreadsheet to PDF Converter:
- Instantiate the
SpreadsheetPdfConverter
class. - Create a
PdfConversionOptions
object to configure conversion settings. - Specify the input spreadsheet and output PDF file paths.
- Call the
Convert
method to execute the conversion.
4. How do I convert spreadsheets to HTML?
Using the Spreadsheet to HTML Converter:
- Create an instance of the
HtmlConverter
class. - Configure options (e.g., responsive design settings) via
HtmlConversionOptions
. - Specify input/output file paths and call the
Convert
method.
5. How do I convert a spreadsheet to CSV?
To convert a spreadsheet to CSV:
- Instantiate the
CsvConverter
class and create aCsvConversionOptions
object. - Add the input spreadsheet file and specify the output folder.
- Set options such as delimiter type.
- Call the
Convert
method to generate the CSV file.
Document Management
6. How do I merge multiple spreadsheets into one?
To merge spreadsheets using the Spreadsheet Merger:
- Instantiate the
SpreadsheetMerger
class. - Add the input spreadsheet files and specify an output file via
MergeOptions
. - Call the
Merge
method to combine the files.
7. How can I split a large spreadsheet?
Using the Spreadsheet Splitter:
- Instantiate the
SpreadsheetSplitter
class. - Configure split settings with
SplitOptions
to define how to split the file. - Add the input spreadsheet and specify the output folder.
- Call the
Split
method to create smaller spreadsheet sections.
8. How do I unlock a protected spreadsheet?
To unlock a spreadsheet programmatically:
- Create an instance of the
SpreadsheetUnlocker
class. - Use
UnlockOptions
to provide password details. - Add the input file and specify an output path.
- Call the
Unlock
method to remove protection.
Specialized Conversion SDKs
11. How can I convert a spreadsheet to JSON?
For converting spreadsheets to JSON:
- Instantiate the
JsonConverter
class. - Use
JsonConversionOptions
to configure input/output paths and settings. - Call the
Convert
method to produce the JSON file.
12. How do I convert a spreadsheet to images (e.g., JPEG, PNG)?
Using the Spreadsheet to Image Converter:
- Create an instance of the
ImageConverter
class. - Configure image settings via
ImageConversionOptions
(e.g., format type, resolution). - Add input/output file paths and call the
Convert
method.
Licensing and Compatibility
13. What are the system requirements for using Sheetize SDKs?
Sheetize supports:
- Operating Systems: Windows 7-11, Windows Server 2008-2022, macOS (10.14+), and Linux.
- Frameworks: .NET Framework 4.0 to 8.0.
- IDE: Compatible with various versions of Visual Studio.
14. How do I set license keys for Sheetize SDKs?
To activate an SDK, reference Sheetize in your project and set the license keys before using any methods. Detailed instructions are provided in each SDK’s documentation.
15. Where can I find more examples and documentation for Sheetize?
Complete API documentation and examples are available on the Sheetize website, or through the NuGet packages within your development environment.
Additional Features
17. Is Sheetize limited to working with spreadsheets only?
While Sheetize primarily focuses on spreadsheet manipulation, it also supports conversions to and from formats like JSON, HTML, PDF, and image formats such as JPEG and PNG.
18. How can I convert spreadsheets into other formats like DOC/DOCX?
You can convert spreadsheets to Word documents using the Spreadsheet to Word Converter by:
- Creating an instance of the
SpreadsheetWordConverter
class. - Configuring options with
DocConversionOptions
. - Adding input/output paths and calling the
Convert
method.
For more information, visit the official website.