48 lines
784 B
QBasic
48 lines
784 B
QBasic
Attribute VB_Name = "Notes"
|
|
|
|
' naming convention
|
|
|
|
' main.xlsx
|
|
' main_xlsx
|
|
' - columns
|
|
' - Name
|
|
' - Team
|
|
' - Age
|
|
' main_xlsx_helloworld
|
|
|
|
' Agent_Sales.xlsx
|
|
' as_xlsx
|
|
' - columns
|
|
' - Sales No.
|
|
' - Date
|
|
' - Agent Name
|
|
' - Team
|
|
' - Selling Price Commision(%)
|
|
' - as_xlsx_helloworld_pivot
|
|
' - as_xlsx_get_month_best_agent
|
|
' - as_xlsx_get_agent_monthly_sale
|
|
|
|
' Agent_Working_Performance.xlsx
|
|
' awp_xlsx
|
|
' - columns
|
|
' - Date
|
|
' - Name
|
|
' - Team
|
|
' - No. of New Case
|
|
' - No. of Collapsed Case
|
|
|
|
' - awp_xlsx_helloworld_pivot
|
|
' - awp_xlsx_new_case_pivot
|
|
' - awp_xlsx_collapsed_case_pivot
|
|
' - awp_xlsx_case_persistency_pivot
|
|
|
|
' Product_Sales.xlsx
|
|
' ps_xlsx
|
|
' - columns
|
|
' - Sales No.
|
|
' - Date
|
|
' - Product Category
|
|
' - Selling Unit
|
|
' - Selling Price
|
|
|