Pandas DataFrame to CSVAre you working in Python and needing to export the data in your pandas DataFrame out to a […] November 12, 2024 in Python tagged export / file / text / csv / index / pandas by Mike
From CSV to ExcelHow do you convert a comma separated values (text file) into a Microsoft Excel file? If you have […] November 9, 2024 in Excel tagged csv / excel / file / text / convert by Mike
Text Transformation in Power QueryThis post covers a few common text transformations in Power Query. When you are working with a column, […] December 25, 2022 in Excel tagged split / delimiter / capitalization / upper / proper / text / case / merge / Power Query Transform by Mike
Power Query Transform Phone NumberDo you need to split a column of imported Excel telephone number data into two columns so that […] October 16, 2022 in Excel tagged text / import / query / power / transform / excel / Power Query Transform by Mike
Import a Text File into ExcelHow do you import a text file of data into Microsoft Excel? Let’s discuss two different ways of […] October 16, 2022 in Excel tagged file / text / import / open / wizard by Mike
Microsoft PowerToysPowerToys is a set of free utilities for Windows. Power users can tune and streamline their Windows experience […] July 27, 2022 in Windows tagged utilities / Windows / toys / color / rename / text / resizer / mouse / shortcut / always / resize / keyboard / image / zone / top / power by Mike
Splitting a Large Text FileSome text files are so large that they become difficult to work with. For example, If you try […] November 14, 2021 in Database tagged text / csv / git / Bash / split / tsv / large / file by Mike
WPF Convert a Number to TextCheque-writing applications require the conversion of a currency amount to be converted into text so that the words […] May 16, 2020 in WPF tagged convert / check / number / dollar / currency / words / cents / recursion / cheque / text by Mike
WPF TextBox Only Accepts AlphaThis WPF small project will demonstrate how to create a TextBox that only accepts alpha characters and spaces. […] May 16, 2020 in WPF tagged text / validation / validate / regex / input / alpha / preview by Mike
WPF RichTextBox ControlThe RichTextBox control is a more advanced TextBox that can contain formatted text and arbitrary objects embedded in […] April 24, 2020 in WPF tagged rich / richtextbox / text / control / box by Mike
WPF LabelThe WPF Label control is a content control that doesn’t have the notion of being clicked (like a […] April 17, 2020 in WPF tagged key / access / label / Textbox / focus / display / text by Mike
WPF Brushes and TextMicrosoft says: “You can also use brushes to apply rendering characteristics to text elements. For example, the Foreground […] April 12, 2020 in WPF tagged color / text / brush / gradient / brushes / multi-colored / WPF Brushes by Mike