I want my ABAQUS script to read values from excel (these values will be used to create the FE Model). After the analysis, I want to extract the results (for example, maximum displacement) and save it in another excel file.
You can modify the input file with the help of a python script. The script can be executed using Abaqus Python. For reading and writing purposes, you can use OpenPyXL, xlrd, xlwt, XlsxWriter etc. modules. You have to install a few of these modules.