a coding witch
a coding witch
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
give a feedback for me to know if it worked
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
you may be fine with it
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
I checked and it supports Framework
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
I see
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
Is it a new project? any chance on migrating to .NET 8?
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
I'd go for IronXL but not sure if it works on Framework
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
How are your possibilities?
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
To deal with excel files
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
At this point, I personally would optate for using a library
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
I checked the internet but only could find info about Visual Basic
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
It's an odd problem
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
Can I see the code?
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
Which dotnet version?
24 replies
CC#
Created by Nemesis on 1/17/2024 in #help
✅ RPC not available on trying to read a Excel workbook using interop
Have you tried opening excel in your local machine?
24 replies
CC#
Created by millarrr on 1/14/2024 in #help
ef db scaffold does not scaffold tables with a postgres db using db first approach?
How is the database? Does it have tables inside? Can you provide us more context?
3 replies
CC#
Created by Ketamine Kyle on 1/7/2024 in #help
ASP.NET How to return a view and filecontents
actually you could just use in the view:
<script>
window.open("/someFileContent");
</script>
<script>
window.open("/someFileContent");
</script>
56 replies