Can't select data when adding a binding from a prompt to selected range on Office online - excel

I want to select a range with the binding from a prompt. To implement this I follow the spec: Add a binding from a prompt
The behavior is ok on Excel desktop but on Excel online I can't select a range with the mouse.
I reproduce this in the Script Lab tool and I have export a gist. The gist is available on: Get data binding from a prompt.EXCEL.yaml
For testing,
Open a document on Office online
Launch ScriptLab and open the project
Click on "Set binding on data" button to open the prompt (to create a binding on the cells to get their values)
Try to select a range with the mouse
Is this behavior on Excel online normal ?
Thanks in advance for your help.

Yes, for now, that is the current behavior. We don't have great 'range picker' support for Excel for web, which just defaults to asking users to manually type in the address. It is something we're considering on improving on with new controls and APIs in the future.
To stay up to date, I'd suggest logging this on UserVoice and we can update it when we start: https://officespdev.uservoice.com.
thanks!

Related

How to create a hyperlink in excel cell via ms graph API?

I would like to create a hyperlink in excel cell via ms graph API. Is there a way to do that?
for example the cell text is 'http://stackoverflow.com', and I want to make it link
When attempted to set the cell text to a html tag, it display just that!
Please help
Unfortunately the feature is not available using Microsoft Graph APIs at this point - this is "by design". Being said that i remember two of the user voice's filed for it; also you can see the response from Graph API team as well on it. Please go ahead and upvote it, so that Excel Graph API team can consider implementing it.

Export data from lotus notes database

I am using a lotus notes database, where our whole company adds its customer data to it. The search function should give me the customer and when I click it I get more detailed information, which I need for my daily work.
However, I have to search this database and it is quite unreliable in terms of displaying the data and also often because of data insertion errors I do not find what I am desiring.
Therefore, I was wondering if I could export this database to excel and search it through with the filters.
Any recommendations how to do that?
I appreciate your replies!
You could also utilize the native full-text search of Domino : in the [View] menu, click "Search this view".
Select all the rows you want to export.
Do Edit/Copy AS>Table (could be long)
Past in EXCEL you will also get a link to the document in Excel.
This solution is relevant only if you research in few data. You may also build a "clever" view in Notes (exploding spaces for example) and search "start with" which is alway up to date.
I have pulled Notes view information into Excel from the Excel side via VBA - you'd need (to create) a view with all the relevant fields in columns first. Here's some code that worked for me: Accessing Lotus Notes database from Excel VBA - how do I pick up COLUMNVALUES?
I was picking up category subtotals..presumably you want the document contents instead so change the
Set Entry = nav.getNextCategory(Entry)
to
Set Entry = nav.getNextDocument(Entry)
and tweak the VBA code to suit which columns you want... good luck !

how to hide a pre-filter window in CRM 2011?

I'm looking for a way how to hide a pre-filter in CRM 2011.
I created a sipmle report by using business intelligent studio.
Eventially, the reports shows a table with data (SQL query like select column1, column2....from table)
when I open it in CRM I get a window where I have to built filter.
Is there any way avoid such window?
I found that I cand set a query in filter by default but anyway It doesn't help except this screen
thanks in advance
To remove the pre-filter page, you have to remove the corresponding Report Parameter in the RDL report, which is named as CRMFilteredEntityName, e.g. CRM_FilteredAccount.

Calender not recorded in the codedUi Automation testing visual studio 2012 Ultimate

I am working on codedUI automation testing. But i am facing challange, how to record the process for the calender and made custom logic with sqlserver.If i use the Clt+shft+r for the calender recording then i am not getting the calender values in the Recorded process.
If i use copy and Paste technique the value of calender in the textBox then i am getting error:- Cannot perform 'SetProperty of Text with value "04/02/2013" on the control.
Please help me.It's very Urgent, I shall be highly thankful,
Thanks and Regards,
Sunil
Try pasting "04022013", ie without the "/" characters. Some web pages generate the "/" characters as text is entered into a date box.

Make changes in the Excel Workbook that open my query

I'm a TFS2010 User.
I have my own query named "My Current job" that show me the User Stories and related Task that I have to do right now.
I have opened the query in excel and made a conditional format to the workbook that show in green color the rows of completed work items.
Are there any way to make this conditional format (and other changes like this) permanent for this query?
I'm not the only one user of the teamproject, so I preffer don't change anything that could affect others users unless that is the only way.
Currently I've excel macros that do the job, but I wonder if it can be done directly in TFS .
Thanks.
This should be possible by using the "Team" ribbon on any Excel-document, simply click on any cell and then select "New List". Navigate to the query you 're interested in and harvest the results in your worksheet:Once you have established this link "Publish" will push your changes from Excel to TFS and "Refresh" will refresh your results from TFS

Resources