16,015,531 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Smart003 (Top 14 by date)
Smart003
15-May-19 4:24am
View
are you try to convert the file from .xls to .xlsx using code or manually?
if manually have you copy the entire data from .xls and copied into another file and save it as .xlsx.
Sometimes there might be issue in file which we were unable to identify.
Smart003
15-May-19 4:01am
View
I have one question are you try to update the file from .xlsx to .xlsm using C#, if so then sometimes .xlsm file will be created but cannot be opened
Please check and let us know
Smart003
15-May-19 3:57am
View
Apologies for the late reply, Macros available in workbook and I tried to run the macros in the Excel file(.xlsm)(which is given as input) it works as expected
Smart003
15-May-19 3:45am
View
I think some one or some service is using the excel, I faced the similar issue but when restarted my PC the C# code run successfully
Smart003
15-May-19 3:42am
View
Deleted
I think some one or some service is using the excel, I faced the similar issue but when restarted my PC the C# code run successfully
Smart003
1-Jun-15 2:47am
View
actually i had given sample data for two items
Smart003
1-Jun-15 1:40am
View
only distinct records should be displayed with latest change
Smart003
29-May-15 9:27am
View
just use the placed link for sqlfiddle http://www.sqlfiddle.com/#!4/34376/4/0
Smart003
25-May-15 7:41am
View
select * from uniq_select_records where last_modified in (select max(last_modified) from uniq_select_records);
Smart003
22-May-15 8:48am
View
yes Praveen i want to list the records based on the last_modified
Smart003
31-Dec-14 1:00am
View
can u tell me db1 and db2 are of same type or different i.e.,both are oracle or sql or one sql and other oracle?
Smart003
2-Dec-14 7:49am
View
working........
Smart003
2-Dec-14 6:49am
View
ok then,it will be not possible to create a compound ddl trigger?
Smart003
18-Dec-11 1:53am
View
i want to delete a saved file in csharp.
can u explain?
Show More