TMS
TMS Flexcel Studio for .NET WebPlanner Exporter
Accurate XLS, XLSX, PDF, PNG, GIF, JPG, TIFF, HTML from your online schedule or planning cannot get any simpler!
Feature overview
WebPlanner offers the most comprehensive and feature rich ASP.NET component for single & multi resource web based scheduling and planning applications. With Flexcel .NET the full power of WebPlanner can now be exported to XLS, PDF, images ... The WebPlannerExport component also shows the versatility, detail, strength and unmatched speed of the Flexcel .NET component.- Seamles export of a WebPlanner to an XLS, XLSX, PDF, PNG, GIF, TIFF, HTML
- Can stream the exported file directly to the browser or generate files on the server
- Can use XLS templates for customizing header, footer, adding company logo ... etc..
- Works with ASP.NET (.NET 1.1,2.0,3.0,3.5)
- Supports Visual Studio 2003, 2005, 2008 or Delphi 2005, 2006, 2007
- Works with WebPlanner v2.5.0.0 or higher
- Component is free with source code
- Extremely simple to use. Drop a WebPlannerExport component on the form, assign the WebPlanner and call the code:
exporter.BeginExport(); exporter.Export("2005 Plan", 1, 1, true); exporter.SendToBrowser(Response, ExportType.Xls, "test");
What's new
- New: WebPlanner Export interface. With the WebPlanner interface, exporting a WebPlanner to XLS, XLSX, PDF, PNG, GIF, TIFF, HTML becomes like breeze !