82 questions
I would like to check if the data in the column column in Excel is numeric or non-numeric.I try to check using isdigit, but df is not considered a string. How do I determine the variable df that conta...
I created an Excel auto-input application using openpyxl, but when I open the created xlsx file in Excel 365 (Windows), it becomes garbled (#).I searched various causes and thought that the font was a...
I would like to create a macro VBA that extracts the finished sheet (see photo 2) from the original data sheet (see photo 1).The procedure can be translated into Japanese (see photo 3), but I don't kn...
C++ is using ADO to add, search, and update lines for Excel files.I can't just delete it.Is there such a restriction when I specify Excel files in ADO?Cannot identify error.CSstring strFile=_T(C:\\tem...
I wanted to use Excel's function _xlfn.T.INV.2T(B2,C2) while I was programming in Java, so I made a function with Apache Poi and got to the point where I could display it on Excel.Therefore, I would l...
I'm thinking of running Excel VBA on C#.Currently, it takes an hour to run a VBA with a button click from Excel, but the C# side uses Microsoft.Office.Interop.Excel to xlApp.Run(Sheet1.Btn_Calc_Click;...
You have a log that contains access logs from all HTTP servers.Suppose you have three servers, and the log contains 6000 lines.If all three servers had 2000 requests, all requests would have been issu...
I read the csv file and use data analysis to create a graph. I would like to change the scale of the x-axis from date/time to minute and start from 0 just like the y-axis. The formatting of the axis d...
Excel has data organized by date in the first column and ID in the first column.I would like to organize this so that it can be used as a database, but please let me know if there is a VBA code that c...
as stated in the titleWhen you connect to SQL Server from an Excel query, the table is It locks until you exit Excel.- Only SELECT privileges for connected users- Application is Mashup Engine-Queries ...
« | - 2 - | » |
© 2025 OneMinuteCode. All rights reserved.