Bug 723 - The format of Priority is different from Excel format and Java Code
Summary: The format of Priority is different from Excel format and Java Code
Status: CONFIRMED
Alias: None
Product: CS3343_SEP_group8
Classification: Unclassified
Component: Util (show other bugs)
Version: version0
Hardware: PC Windows
: --- normal
Assignee: Meryem
URL:
Depends on:
Blocks:
 
Reported: 2022-11-22 14:43 HKT by junyanxu3-c
Modified: 2022-11-22 14:43 HKT (History)
0 users

See Also:


Attachments
console's output (75.71 KB, image/png)
2022-11-22 14:43 HKT, junyanxu3-c
Details

Note You need to log in before you can comment on or make changes to this bug.
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.