Search results

  1. S

    Blue Prism Oracle connection

    I have written a oracle connection code in code stage. Any one has idea what .dll file should be attached in the object?
  2. S

    navvigate to excel cell dynamically using blue prism

    yes the one beside 1,379,630. see this is the complete pic. and the sheet is having multiple data like these.
  3. S

    Excel functions in blue prism

    How can we apply excel functions through Blue Prism??
  4. S

    navvigate to excel cell dynamically using blue prism

    No actually there are more values in cell after the blank rows and columns. Here i want to get the bottom most value 0.00% in a data item.
  5. S

    navvigate to excel cell dynamically using blue prism

    Hi, I need to get a particular cell value from an excel sheet. I can not pass the cell address directly as it may vary from sheet to sheet. But the cell is always the bottom right cell, and has a complete blank row and column around it. Can you give any ideas how to reach that cell and get the...
  6. S

    excel cell value conversion

    How can I convert text data to decimal in blue prism? as I have to compare the data received from a cell in excel file to the decimal number '1'. what process should I follow?
  7. S

    comapre two excel file cells and store result in word file

    Hi, i need to compare two excel file cell values and store the result in another word document. How should i proceed? Can i get a brief idea of the steps?
  8. S

    calling stored procedure from a BP action

    hi, I need to automate a process which calls a stored procedure and enters data to a database using Blue Prism. can anyone brief me with the process?
  9. S

    Excel Formatting

    Thank you so much. it worked
  10. S

    Excel Formatting

    Yes i did what you asked for. The 2 errors which i mentioned in my post #7 persists. GetWorkbook and RGB error. How to get that fixed?
  11. S

    Excel Formatting

    No, can you just brief me with the steps to do this?
  12. S

    Excel Formatting

    I am getting the following 2 errors when using the above mentioned code. Can you help me with that please?
  13. S

    Excel Formatting

    For coding in VB in blue prism, what all references and imports should i add in the initialise page of the object??
  14. S

    Excel Formatting

    and one more thing, if i am formatting any excel sheet from blue prism, can i use action stages for creating instance and opening workbook and then code stage for formatting? or i will have to code the complete above mentioned process in the code stage? please clear this.
  15. S

    Excel Formatting

    Thank you for the reply. but how to convert it in c#? now that's an issue for me.
  16. S

    Excel Formatting

    hi, I want to write a code such that it formats the excel file like font-color of some particular cells, cell colors of a particular column etc using c# code stage in blue prism. Please help
Top