webxcel icon indicating copy to clipboard operation
webxcel copied to clipboard

🤔 A REST backend built with plain VBA Microsoft Excel macros. Yes. Macros.

Results 12 webxcel issues
Sort by recently updated
recently updated
newest added

Each slide would be a table. I need to be able to present my database while the server runs.

This project (obviously) needs an actual ![build passing badge](https://img.shields.io/badge/build-passing-green) badge. VBA didn't get much love from CI providers (yet): after 2 years of infrequently checking different providers, I think we're...

build
up for grabs

Hello, I noticed you made a custom implementation of JSON. Just wanted to let you know that there is an implementation of JSON here: https://github.com/sancarn/VBA-STD-Library/blob/master/src/WIP/stdJSON/JSONBag%20Licensed/JsonBag%202.0/JsonBag.cls with license: https://github.com/sancarn/VBA-STD-Library/blob/master/src/WIP/stdJSON/JSONBag%20Licensed/license.txt (Apache2) Which...

Wrap `wsock32` in an [if guard](https://docs.microsoft.com/en-us/office/vba/language/concepts/getting-started/compiler-constants) like this to prevent importing missing functions on macOS (`Win32` is `True` for both 32 and 64 bit Windows): ```vb #If Win32 Then '...

tcp
platform-interop

This is an awesome project, thanks :-D When running build.ps1, if `Tools > Options > Editor > 'Require Variable Declaration' = True` then the project will have `Option Explicit` x2...

enhancement
build

I wasn't sure how to get the server working... here's where I'm at: **Struggled with PowerShell _(first time using PS_ISE)_:** When I opened a file in PS-ISE I didn't notice...

question

We could support Microsoft Access and eventually Microsoft Word as well by creating a context-aware `RestWebController`, which internally uses e.g. the `WorkbookWebController` if the macro's run in Microsoft Excel. The...

enhancement
wrm
platform-interop

Hello, Thanks for your work. I've an issue when I try to send an image file. Others file is working.