Load or Import CSV file with Formulas

Contents
[ ]

The following code illustrates how you can load as well as import a CSV file with formulas. You can use any CSV file. For illustration purposes, we use the simple CSV file (5115034.csv) which contains this data. As you see, it contains a formula.

300,500,=Sum(A1:B1)

The code first loads the CSV file, then imports it again at cell D4. Finally, it saves the workbook object in XLSX format. The output XLSX file looks like this. As you see, cells C3 and F4 contain formulas and their result, 800.

todo:image_alt_text