156 How to change excel column to numeric in ssis

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

ความคิดเห็น • 15

  • @Loknath7702
    @Loknath7702 5 หลายเดือนก่อน

    Its very useful man, same requirement came in my project. Thanks

    • @learnssis
      @learnssis  5 หลายเดือนก่อน

      I am so happy that it helped you in someway.

  • @AhmedHassan-wt6lv
    @AhmedHassan-wt6lv หลายเดือนก่อน

    perfect

    • @learnssis
      @learnssis  หลายเดือนก่อน

      Thank you.

  • @JayanthJohn
    @JayanthJohn 4 หลายเดือนก่อน

    Is their any way to get the same task done without using the script task?

    • @learnssis
      @learnssis  4 หลายเดือนก่อน

      Sorry I am not aware about any other method. There are very minor chances that it can be done by some other method.

  • @heaven24
    @heaven24 27 วันที่ผ่านมา

    How to export data in excel table formatting using SSIS, with colourful header and border

    • @learnssis
      @learnssis  27 วันที่ผ่านมา

      Unfortunately SSIS does not have any component to make the formatting of excel file. It can only read\write data to\from excel file. To make the excel table formatting you would need to use a programming language like C# to do that, which you can use in script task.

    • @heaven24
      @heaven24 26 วันที่ผ่านมา

      Request to you please make a video on excel formatting through script task

  • @amarnadh9272
    @amarnadh9272 5 หลายเดือนก่อน

    If Excel has multiple tabs, then how to define column name.

    • @learnssis
      @learnssis  5 หลายเดือนก่อน

      Here we are getting the first sheet from excel file.
      // Get the first worksheet
      Microsoft.Office.Interop.Excel.Worksheet worksheet = (Microsoft.Office.Interop.Excel.Worksheet)workbook.Worksheets[1];
      I think if we have multiple excel sheets, then we can just loop through each excel sheet and do the same thing for every sheet. Need to test it more, but it should be doable if we can do it for one sheet.

  • @enriqueruiz320
    @enriqueruiz320 5 หลายเดือนก่อน

    😱

    • @learnssis
      @learnssis  5 หลายเดือนก่อน

      What happened ?

    • @enriqueruiz320
      @enriqueruiz320 5 หลายเดือนก่อน

      @@learnssis Estoy emocionado de encontrar esto 🤭😅

    • @learnssis
      @learnssis  5 หลายเดือนก่อน

      @@enriqueruiz320 Guau bueno. Muchas gracias.