Author Topic: Edit spreadsheet like excel?  (Read 992 times)

clutterfunk6

  • Newbie
  • *
  • Posts: 1
Edit spreadsheet like excel?
« on: February 24, 2022, 03:43:56 PM »
Is it possible to make voice attack edit spreadsheets like excel?

For example when I say "plus one for ..." then the number in the excel cell goes up by one?

is this possible?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Edit spreadsheet like excel?
« Reply #1 on: February 24, 2022, 08:48:42 PM »
Potentially, yes. Excel does appear to have an API available which would facilitate that. If you have experience with C#, you could write a plugin utilizing it.

Otherwise, you'd need to keep track internally of which cell is currently selected, separate from the actual state in Excel itself, which would get de-synchronized if you change that state using external means, like the mouse cursor.