Write - HoareLea/SAM_Excel GitHub Wiki

WRITE

Case 1

Export the values to SAMExcel.Write. We use this for simple exports of the whole table. Image

Case 2

Export the values to SAMExcel.Write. We use this for the simple export of multiple columns. Image

Case 3

Export the values to SAMExcel.Write. We use this for the simple export of multiple columns with offset. Image

Case 4

Export the values to SAMExcel.Write. We are extracting the data from the SAM Object. Image

Case 5 SAMExcel.WriteDelimitedFileTable

Export the values to SAMExcel.WriteDelimitedFileTable. We are extracting the data from the SAM Object and write the columns in Excel that match the SAM Parameter Name. This will find a matching column and fill data Image Image

Case 6 SAMExcel.WriteDelimitedFileTable

Export values to SAMExcel.WriteDelimitedFileTable. We are extracting the data from the SAM Object and write the columns in Excel that match the SAM Parameter Name without connecting the Names. Image Image remember when you set ClearOption correctly all other data will remain Image Image

Case 7 SAMExcel.WriteDelimitedFileTable

Export the values to SAMExcel.WriteDelimitedFileTable. We are extracting the data from the SAM Object and write the columns in Excel so that they match the SAM Parameter Name with offset so that you can use your own names as headings and hide the top to be invisible. Image Image