Package Camelot :: Package camelot :: Package view :: Package export :: Module excel
[frames] | no frames]

Module excel

source code

Functions
 
open_data_with_excel(title, headerList, dataList) source code
 
write_data_to_excel(filename, title, headerList, dataList)
@param filename: the file to which to save the exported excel @param title: title to put in the first row of the genarated excel file @param headerList: list of header definitions @param dataList: list or generator with the row data
source code
Variables
  logger = logging.getLogger('camelot.view.export.excel')
  titleFont = Font()
  headerFont = Font()
  cellFont = Font()
  brdLeft = Borders()
  brdRight = Borders()
  brdTop = Borders()
  brdBottom = Borders()
  brdTopLeft = Borders()
  brdBottomLeft = Borders()
  brdBottomRight = Borders()
  brdTopRight = Borders()
  titleStyle = XFStyle()
  headerStyle = XFStyle()
  cellStyle = XFStyle()
  dateStyle = XFStyle()
  leftCellStyle = XFStyle()
  rightCellStyle = XFStyle()
  bottomCellStyle = XFStyle()
  topleftCellStyle = XFStyle()
  bottomleftCellStyle = XFStyle()
  bottomrightCellStyle = XFStyle()
  toprightCellStyle = XFStyle()
  pat1 = Pattern()
  __package__ = 'Camelot.camelot.view.export'