more xlsx stuff
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import lxml.etree as gfg
|
||||
import lxml.etree as gfg
|
||||
import pandas as pd
|
||||
|
||||
|
||||
def generate_clothing_item(model, texture_choices, guid = None):
|
||||
@@ -95,6 +96,15 @@ def generate_item(item_name, weight, item_type, display_category, display_name,
|
||||
file.write(root_element)
|
||||
file.close()
|
||||
|
||||
###########################################################################################
|
||||
|
||||
forearm_data = pd.read_excel('modules_prost.xlsx', sheet_name = "Forearm")
|
||||
|
||||
data = pd.DataFrame(excel_data, columns)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#generate_clothing_item()
|
||||
|
||||
Reference in New Issue
Block a user