Reading Excel File in Blazor wasm

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 23

  • @darkmalk94
    @darkmalk94 Год назад

    I've been looking for a tuto like this for days now. First one that do what I needed. Thank you Sir.

  • @farrukhmalik932
    @farrukhmalik932 10 дней назад +1

    Excellent

  • @JessintaFernandes
    @JessintaFernandes 4 месяца назад +1

    Thank you Sir

  • @dagobertoSanchez
    @dagobertoSanchez 2 года назад

    Good job. Thanks. Continuo your content

  • @ejbernalr
    @ejbernalr 2 года назад

    Bro, thanks so much from Colombia. Excellent video. You have helped me a lot. :)

  • @mustafa85salman
    @mustafa85salman Год назад

    thanks, can you make one for avalonia (reading xlxs not working in web)

  • @arturoromero21
    @arturoromero21 2 года назад

    Is there any form of getting some cells of the excel file?

  • @Arsalan0098
    @Arsalan0098 Год назад

    Hey man, I have watch this video today and i really enjoy it and it was very helpful. I want to know if there is a way to send all the data from Excel(table) to SQL server after we load them in table? (without using entity framework)
    Thanks

  • @KanokpitsunLertprommakul
    @KanokpitsunLertprommakul 3 года назад +1

    Good tutorial

  •  2 года назад

    From turkey, Thanx

  • @loverainsa
    @loverainsa 2 года назад

    Is it the same on blazor server page? or could you recommend a source to get that information please?

    • @ozappbuilder9412
      @ozappbuilder9412  2 года назад

      No, It is a bit different. Lots of tutorial in RUclips and Google for it.

  • @sinethembamantambo5694
    @sinethembamantambo5694 2 года назад

    Great tutorial, please help how can you add a pager and sort functions on this method

    • @ozappbuilder9412
      @ozappbuilder9412  2 года назад +1

      Thanks for your comment. Sort is easy as using Linq method on DataTable desired column. To add pagination, a bit of more work is required to:
      - Get all row count e.g. 100
      - fetch rows based on page number and row count in each page e.g. (PageNum * RowCountInPage) + 1 is the index of start row to fetch relevant rows for each page

    • @sinethembamantambo5694
      @sinethembamantambo5694 2 года назад

      Thank you so much

  • @wcameros1
    @wcameros1 3 года назад +1

    Gracias.

  • @sinethembamantambo5694
    @sinethembamantambo5694 2 года назад

    Great tutorial , please help me on how to edit the imported file .

    • @ozappbuilder9412
      @ozappbuilder9412  2 года назад +1

      As far as I know, no way to change the imported file and write it back. So, I would recommend to create a new file or overwrite the existing one.

  • @ferdicuyar814
    @ferdicuyar814 2 года назад

    Is it free for commertial use?

    • @ozappbuilder9412
      @ozappbuilder9412  2 года назад

      If you are asking about Postman, it has a free tier.

  •  2 года назад

    I