excel
1 Topic- Can a T-SQL procedure copy content of an Excel sheet to another Excel-файл?Is it possible to create a T-SQL procedure that would do the following: Open an input Excel-файл; locate a specific sheet there; Open an output Excel-файл; locate a specific sheet there; Copy the whole content of the input file sheet into the output file sheetю ?Solved60Views0likes1Comment