8 hours ago · I want to edit a .xlsm file on my company's SharePoint site using REST. I'm running a Node.js site, using ExcelJS. I can connect to the workbook, but run ...
17 hours ago · Problem Statement: I am creating a custom page in Django to allow users (staff members) to add a product. The product is defined in the Product model, which ...
Dec 25, 2024 · I have a Web Site (Angular 16). That's deploy in IIS 10 (HTTPS port 443 with a Certificate) I have ARR enabled, and on my web site tengo a rewrite ruler. My ...
Dec 15, 2024 · I am using mapbox draw to draw a polygon. I would like it so that there can only be one drawn polygon on the screen at once.
Dec 17, 2024 · I am working on a Blazor application where I need to include a text editor and a multi-select dropdown in my form. Since Blazor's built-in EditForm does not ...
Dec 22, 2024 · I am using Quarto to create slides with reveal.js. When a title slide is long, I want it to be in a smaller font size, plus other changes.
Dec 31, 2024 · I am trying to create a pine script that draws a horizontal ray for the current monthly high and adds the text "CMH" on the right side of the screen (at the ...
Dec 15, 2024 · I want to connect to an Oracle database using a wallet stored in memory instead of having the wallet stored on disk.
Dec 15, 2024 · I'm trying to read my META-INF/MANIFEST.MF file from my Spring Boot web app (contained in a jar file). I'm trying the following code: InputStream is = getClass ...
Dec 15, 2024 · I am working on a telegram bot using telegraf JS. My bot periodically sends messages to my users. I would like to know when a user read a message my bot sent.