Package com.reportmill.output
Class RMExcelWriter
- java.lang.Object
 - 
- com.reportmill.output.RMExcelWriter
 
 
- 
public class RMExcelWriter extends java.lang.ObjectThis class is used to generate an Excel file from an RMDocument.You simply invoke this with: new RMExcelWriter().getBytes(aDoc);
Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill
.  
- 
- 
Constructor Summary
Constructors Constructor Description RMExcelWriter()Creates a basic excel writer. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes(RMDocument aDoc)Returns a byte array of an Excel file (.xls) for the given RMDocument. 
 - 
 
- 
- 
Method Detail
- 
getBytes
public byte[] getBytes(RMDocument aDoc)
Returns a byte array of an Excel file (.xls) for the given RMDocument. 
 - 
 
 -