We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
well,can this plugin add Ofiice Excel support? nowdays only can read text from files.
The text was updated successfully, but these errors were encountered:
Anything that can read text files can read Excel. Save it as .csv and then read the value you need using e.g. a regex.
.csv
Alternatively, you could use PowerShell CSV functions with Run action to achieve the same.
Sorry, something went wrong.
The websocket action can be used to communicate with excel.
This video gives an introduction to connecting Excel and OBS via websocket. https://www.youtube.com/watch?v=BqMdAgBv8Sk
Websocket messages can be sent directly to and from Advance Scene Switcher
sending-messages-to-the-scene-switcher-from-external-tools-via-websocket-requests
No branches or pull requests
well,can this plugin add Ofiice Excel support?
nowdays only can read text from files.
The text was updated successfully, but these errors were encountered: