Hi @bweschke,
Could give some information on the webinar on the Developer Certification ? Will it be based on AD01 or APD01 or ASDEV01 ? ------------------------------Abhisekh Mukherjee------------------------------
Hi @Eric Li,
I faced the same kind of problem. It can occur due to DNS Server Issues. Make sure in the VM - the DNS Server is correctly set up and it is able to identify the BP Server IP address from the domain name.
Sometimes for me - Logging out...
Hi @Paul,
Can you try the below and let me know if that works for you ?
using Excel = Microsoft.Office.Interop.Excel;
class Program
{
static void Main()
{
string filePath = "path_to_your_excel_file.xlsx";
Excel.Applicati...
Hi @Ankit Shukla,
Could provide more details on your requirements? It would be helpful to answer your question.
Answering as I understand from your question:
As TeJas already mentioned you can read the excel data into a collection. Then you can ...