How To Change Microsoft Office ( Word, Excel etc ) Display And Editing Language

My excel display language is Chinese by default, but for some reason, I need to change the excel display language to English. This article will tell you how to change the excel display and editing language, and after that, you will find the whole office software display and editing language has all been changed as

How To Change Microsoft Office ( Word, Excel etc ) Display And Editing Language Read More »

How To Check MS Office Is 32 Or 64 Bit Version

Sometimes you need to know which bit-version dose your installed Microsoft office software is, then you can download and install additional software such as office language package according to your current office software bit version. In this article, I will tell you how to check whether your installed office software is a 32-bit or 64-bit

How To Check MS Office Is 32 Or 64 Bit Version Read More »

How To Use Python Openpyxl To Copy Excel Sheet Data In Same And Different Excel File

In this article, I will tell you how to use the python openpyxl library to copy one excel sheet data to another excel sheet, the two excel sheets can be in the same excel file or different excel file. If you do not know the openpyxl library, you can read the article How To Create

How To Use Python Openpyxl To Copy Excel Sheet Data In Same And Different Excel File Read More »

How To Connect MongoDB And Create Database Collection In Python Source Code

Pymongo is a popular mongo database python driver library. We can use it to manage the mongo database. In this article, I will show you how to install pymongo library and how to use pymongo to connect to the mongo database. It also tells you how to create a mongo database and collection in python

How To Connect MongoDB And Create Database Collection In Python Source Code Read More »

How To Change Python Interpreter In Eclipse Pydev Project To Use Different Python Virtual Environment Library

When I develop a python program in the eclipse Pydev project, I need to import a package pymongo into this python program like the below source code. import pymongo if __name__ == ‘__main__’: pass But it shows an error message Unresolved import: pymongo in the source code, you can see this error message when you move

How To Change Python Interpreter In Eclipse Pydev Project To Use Different Python Virtual Environment Library Read More »