Name: TD_Localize
Version: 2.6 updated 2024/04/21
Language: B4A
Licence: Royalty Free to use for private and commercial projects for licenced B4X Members. Others please ask for licence.
The attached example project includes the File TD_Localize.bas. Using this code module in your project it...
B4XLib library that adds useful functionalities to B4XTable. Currently for B4A and B4J.
Note that this library is NOT my custom version of the official and original B4XTable View, it does not replace it. It can be used together with the B4XTable View to add functionalities to the B4XTable View...
Hello guys, hope you are doing well!
I have been trying to extract some values of a Excel, everything just works fine but im having some issues with the reading of this values.
Sub CC_Result (Success As Boolean, Dir As String, FileName As String)
Dim suC As StringUtils...
I am creating a new Excel workbook with the aPOI library and I don't see a way to modify the style of a cell.
Could someone clarify it for me?
A small example would be very useful.
Thanks
Especially noticeable when reading from a not-very-small workbook, even if it just contains multiple sheets with some tens of thousands of rows.
Slow method that opens the workbook multiple times (and, I guess, reads it/interprets its XML completely each time to load it into memory):
Dim...
I invite Basic lovers to read the last post on my blog.. Please feel free to share your thoughts. You can easily translate page to your language by using the translate widget on the left..
Esiste un modo per aprile un file presente in una cartella del PC ?
Ho trovato qualcosa con "shell" ma non trovo un esempio pratico.
Grazie in anticipo
Dim i As Int
Dim theSheet As PoiSheet = ...
Dim joTheSheet As JavaObject = theSheet
Dim theSheetWriter As XLSheetWriter = ...
Dim theSheetLastRow1 As Int = theSheet.LastRowNumber + 1 ' One-based index of the last row in the sheet
Dim theSheetLastCol0 As Int = theSheet.GetRow(0).Cells.Size - 1 '...
Hi,
I found this library, very useful, but I couldn't find how to create the file.
There is a post related to how to create Word documents:
https://www.b4x.com/android/forum/threads/xlutils-creating-ms-word-documents.131732/
Lib...
Hi,
I'd like to convert a VBScript app that I wrote, which imports a tab-delimited file into Excel, and performs all sorts of formatting functions.
I used the B4J Excel library - forgot what it was called - sometime back. No problem with that.
My question is how should I approach the...
I have a spreadsheet with 21 sheets in it.
I need to read each sheet. Each sheet has 6 columns of data. Each sheets data can have different number of rows, some have 19 rows, some 20 and some 21 rows.
To read each sheets data, I would assume creating a Sheet Range on each sheet.
Excel allows...
I'm using this snippet to format an date cell to a real date:
ub PoiGetFormattedCellValue(ExcelCell As PoiCell) As String
Dim JOCell As JavaObject = ExcelCell
Dim JODataFormatter As JavaObject
Dim JOConditionalFormattingEvaluator As JavaObject
Dim JOFormulaEvaluator As...
Yippie!!
In case you need something like this one day, so here is my BANano implementation of it for y'all. With this one is able to CREATE Excel workbooks with multiple sheets. One is able to also set styles e.g. bold, italic, forecolor, add borders. Once generated, the workbook is...
I was trying to get to grips with setting the column width in my Excel table. According to the help I tried:
number of characters x 256, but all my columns dissappeared!
Setting a value of 2560 gives a width in Excel of 9.29 or 70 Pixels, enough for 9 characters. 2560/9.29=275 which I...
Could someone decipher this java log? My project works fine in debug mode, but when I put into release mode and package it up as an exe file with B4JPackager11 and click my 'Export data to Excel' button, it blows up.
If this log isn't definitive enough, I'll build a simple project that...
The principle behind this app is that "time is money". I have worked most of my life as a research scientist and consultant, and I can say that I have wasted a huge amount of time ($) because of poor software and data management tools.
It is not so much that the tools don't work, they do...
I created a new library to show a table (or grid) similar to the one in EXCEL.
There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.