UNICHEM MARINE SERVICES LLC is the leading worldwide marine and industrial chemical Supplier and distributor company located in UAE. Our team supports in providing the best products with excellent customer service by delivering the product on time. We implement new technology and concepts, delivery on time and cost-effective solutions to our customer’s needs, thus helping them in achieving operational efficiency and regulatory compliances.
We are solely focused on the Marine, Scrubber and BWTS Chemicals and Other Special Products for the Vessels.
We value our endeavour and clients to provide them world class services along with products. We work dedicate to show the best results in manufacturing quality products by maintaining a good long term relationship with our clients.
UNICHEM MARINE SERVICES LLC (in alliance with its worldwide partners) approached the market by focusing and targeting on:
The correct strategies, with the combined efforts of both management and staff of Unichem in the pursuit of achieving its goals, lead to the rapid recognition and growth of the company. spreadsheetgear example
We hold rich experience, and we offer below range of products with competitive prices and excellent 100 % on time supply service. public void CreateSalesReport() // 6
public void CreateSalesReport()
// 6. Add totals row worksheet.Cells["A5"].Value = "TOTALS"; worksheet.Cells["B5"].Formula = "=SUM(B2:B3)"; worksheet.Cells["D5"].Formula = "=SUM(D2:D3)";
// 1. Create a new workbook and get the active worksheet IWorkbook workbook = Factory.GetWorkbook(); IWorksheet worksheet = workbook.Worksheets["Sheet1"]; worksheet.Name = "Sales Report";
// 8. Auto-fit columns for readability worksheet.Cells["A:D"].Columns.AutoFit();
worksheet.Cells["A3"].Value = "Widget B"; worksheet.Cells["B3"].Value = 75; worksheet.Cells["C3"].Value = 24.50;
var generator = new ReportGenerator(); generator.CreateSalesReport(); Console.WriteLine("Excel report generated successfully."); What Makes This Powerful? | Challenge | SpreadsheetGear Solution | |-----------|--------------------------| | Server deployment | No COM, no Excel install. Runs in any .NET app (ASP.NET, Windows Service, Azure Function). | | Performance | In-memory, thread-safe, and up to 100x faster than Interop. | | Formulas & functions | Supports 400+ built-in Excel functions, including array formulas. | | Rendering | Can convert worksheets to PDF, PNG, or HTML without Excel. | | Compatibility | Reads/writes .xls, .xlsx, .xlsm, .csv — preserves charts, pivot tables, and macros. | Real-World Use Case Extension Suppose you need to email this report as a PDF. With SpreadsheetGear, you can add two lines:
// 4. Add sample data (normally from DB) worksheet.Cells["A2"].Value = "Widget A"; worksheet.Cells["B2"].Value = 150; worksheet.Cells["C2"].Value = 12.99;
// 7. Format currency column worksheet.Cells["C2:C3"].NumberFormat = "$#,##0.00"; worksheet.Cells["D2:D5"].NumberFormat = "$#,##0.00";
// 5. Write Excel formulas for total revenue worksheet.Cells["D2"].Formula = "=B2*C2"; worksheet.Cells["D3"].Formula = "=B3*C3";
public void CreateSalesReport()
// 6. Add totals row worksheet.Cells["A5"].Value = "TOTALS"; worksheet.Cells["B5"].Formula = "=SUM(B2:B3)"; worksheet.Cells["D5"].Formula = "=SUM(D2:D3)";
// 1. Create a new workbook and get the active worksheet IWorkbook workbook = Factory.GetWorkbook(); IWorksheet worksheet = workbook.Worksheets["Sheet1"]; worksheet.Name = "Sales Report";
// 8. Auto-fit columns for readability worksheet.Cells["A:D"].Columns.AutoFit();
worksheet.Cells["A3"].Value = "Widget B"; worksheet.Cells["B3"].Value = 75; worksheet.Cells["C3"].Value = 24.50;
var generator = new ReportGenerator(); generator.CreateSalesReport(); Console.WriteLine("Excel report generated successfully."); What Makes This Powerful? | Challenge | SpreadsheetGear Solution | |-----------|--------------------------| | Server deployment | No COM, no Excel install. Runs in any .NET app (ASP.NET, Windows Service, Azure Function). | | Performance | In-memory, thread-safe, and up to 100x faster than Interop. | | Formulas & functions | Supports 400+ built-in Excel functions, including array formulas. | | Rendering | Can convert worksheets to PDF, PNG, or HTML without Excel. | | Compatibility | Reads/writes .xls, .xlsx, .xlsm, .csv — preserves charts, pivot tables, and macros. | Real-World Use Case Extension Suppose you need to email this report as a PDF. With SpreadsheetGear, you can add two lines:
// 4. Add sample data (normally from DB) worksheet.Cells["A2"].Value = "Widget A"; worksheet.Cells["B2"].Value = 150; worksheet.Cells["C2"].Value = 12.99;
// 7. Format currency column worksheet.Cells["C2:C3"].NumberFormat = "$#,##0.00"; worksheet.Cells["D2:D5"].NumberFormat = "$#,##0.00";
// 5. Write Excel formulas for total revenue worksheet.Cells["D2"].Formula = "=B2*C2"; worksheet.Cells["D3"].Formula = "=B3*C3";
Feel free to contact us or just drop a line here. Our support stuff
will reach you very
soon
SHAMS FREE ZONE,
SHARJAH, UAE
+971557142929
Copyright 2021 - All Right Reserved. Powered by CosmoRack