.NET Maui Apps | How to use File Picker to select file to MAUI Mobile and Desktop application.

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

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

  • @damianboz2026
    @damianboz2026 8 หลายเดือนก่อน +1

    Thanks for the video! I'm having an issue with the cancel button on the File Explorer, after click on it the app is crashing

    • @Netcode-Hub
      @Netcode-Hub  8 หลายเดือนก่อน

      Grab the source code to compare
      github.com/Netcode-Hub/DemoFilePicker

  • @harishripriyam9894
    @harishripriyam9894 11 หลายเดือนก่อน +1

    Nice one. I want to do export to excel of collection datas in Android am using. Net 6.0 how to achieve it?

    • @Netcode-Hub
      @Netcode-Hub  11 หลายเดือนก่อน +2

      Thanks for your question 🙋‍♂️. Will look into that for you .

    • @harishripriyam9894
      @harishripriyam9894 11 หลายเดือนก่อน +1

      @@Netcode-Hub Thank you so much. Was trying hard and using below code and if that Download folder not there it's not working and I can't create folder also since permission issue still included read and write permission in Android manifest file,
      Var worksheet = workbook. Worksheet. Add("ABC") ;
      String folderpath = "/storage/emulator/o/Download/"
      String filename ="datas.xlsx";
      Var path = Path. Combine(folderpath, filename) ;
      Workbook. Saveas(path)

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

      @@harishripriyam9894Have you tried using the CSV format?

  • @Netcode-Hub
    @Netcode-Hub  ปีที่แล้ว +1

    Follow @Netcode-Hub on:
    netcodehub.blogspot.com | You can read more articles on Application Development and Debugging Issues
    github.com/Netcode-Hub | Grab projects source code from here.
    twitter.com/NetcodeHub | Twitter
    web.facebook.com/NetcodeHub | Facebook
    www.linkedin.com/in/netcode-hub-90b188258/ | LinkedIn
    th-cam.com/video/fVfB0jI8vYoM/w-d-xo.htmlaui Application Development Playlist | th-cam.com/play/PL285LgYq_FoLDWoWRj40u6INW7oLERCuW.html
    Grab code from GitHub @ | github.com/Netcode-Hub/DemoFilePicker