Home > Algo trading in C++ > Algo trading in C++ > Working with Spreadsheets in C++ Show previous contentBuild your intuition. Fill in the missing part by typing it in.To manipulate spreadsheet data, you need to divide each line into cells using a delimiter (e.g., comma) and store them in a ___.Write the missing line below.SubmitReveal answer Show following content