5
Answers

How to split the xml file?

Raja

Raja

8y
308
1
I have upload excel sheet,this excel sheet have multiple sheets inside.now i am put the excel sheet into for loop and convert the excel sheet to dataset and every excel sheet is to save as table now i get the xml.that xml have all sheets xml data.if we want to split the xml for each one table.
 
 
is this possible?
Answers (5)
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 14y
'this' is Pointer not operator ..

by operator overloading mechanism you can overload operators only not the pointers



Here is list of operator that is over loadable ...

+ - * / % ^ & | ~
! , = < > <= >= ++ --
<< >> == != && || += -= /=
%= ^= &= |= *= <<= >>= [] ()
-> ->* new new[] delete delete[]