Home
last modified time | relevance | path

Searched refs:xlwt (Results 1 - 2 of 2) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
H A Dsimple_excel_writer.py16 # This file contains a SimpleExcelWriter, which is a implemented based on xlwt for easy use.
19 import xlwt namespace
20 from xlwt import Worksheet, Pattern as PTRN, Alignment as ALGT, Font as FT, XFStyle as XFSL
29 self.__book = xlwt.Workbook(encoding='utf-8', style_compression=0)
100 def add_sheet(self, sheet_name: str, cell_overwrite_ok=True) -> Optional[xlwt.Worksheet]:
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
H A Dsimple_excel_writer.py16 import xlwt namespace
17 from xlwt import Worksheet
18 from xlwt import Pattern as PTRN, Alignment as ALMT, Font as FT, XFStyle as XFSTL
26 self.__book = xlwt.Workbook(encoding='utf-8', style_compression=0)
98 def add_sheet(self, sheet_name: str, cell_overwrite_ok=True) -> Optional[xlwt.Worksheet]:

Completed in 2 milliseconds