Bug 723

Summary: The format of Priority is different from Excel format and Java Code
Product: CS3343_SEP_group8 Reporter: junyanxu3-c
Component: UtilAssignee: Meryem <malamikas2-c>
Status: CONFIRMED ---    
Severity: normal    
Priority: ---    
Version: version0   
Hardware: PC   
OS: Windows   
Attachments: console's output

Description junyanxu3-c 2022-11-22 14:43:57 HKT
Created attachment 127 [details]
console's output

We made the Priority as the Enum class. It has two attributes, one is String, and the another is int. We discuss that it is more convenient for user to read and understand by showing String in the EXCEL. However, the java format and excel cell format mismatched.