I have a SAP output data table. I have not been able to delete the header and its tab, I already deleted the tab at the end of the String with
str_imp = importe.Trim.Split(vbtab.ToCharArray)
but, as you can see, i need to delete “Importe\r\n” to obtain 633.
PS: I don’t want regex or excel manipulation please.