more xlsx stuff

This commit is contained in:
Pao
2023-02-05 22:35:09 +01:00
parent abeb600859
commit cb2fe5e36d
2 changed files with 11 additions and 1 deletions

View File

@@ -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()

Binary file not shown.