
Lukket
Slået op
Betales ved levering
My Java-based desktop application currently throws errors whenever a user tries to import an Excel file, and the files it exports need a small formatting tweak before they are usable. The rest of the program works well, so I’m looking for someone who can go straight to the file-handling layer, diagnose the functional bugs, and leave the UI and business logic untouched. Here’s what I need from you: • Identify and resolve the exception that appears during Excel import (the stack trace will be provided). • Adjust the export file so that matches the format required (change date in american format to eu format). • Keep the fixes confined to the existing codebase—no major rewrites—while following the project’s current build process (Maven, Java 8, Apache POI already in place). Acceptance criteria – Any sample Excel file I send imports without error. – The exported file opens in Excel and matches the updated format exactly. – No regressions in other file operations (read/write of CSV and TXT already supported). I’ll give you the repo, a failing sample file. Let me know your estimated turnaround and if you’ve handled similar POI or file-IO bugs before.
Projekt-ID: 40228449
152 forslag
Projekt på afstand
Aktiv 14 dage siden
Fastsæt dit budget og din tidsramme
Bliv betalt for dit arbejde
Oprids dit forslag
Det er gratis at skrive sig op og byde på jobs
152 freelancere byder i gennemsnit €130 EUR på dette job

Hello I have several years of experience with Java, Apache, Maven, including processing Excel files with Java At first I would like to review existing code and reproduce error on my machine - it gives clear idea what is cause of error and how it can be fixed I am ready to start once you share current Java code and steps how to reproduce errors -- Best regards Ivan Voloshchuk
€44,50 EUR på 1 dag
8,2
8,2

Hello, From the perspective of a Full-Stack Developer who has an extensive background in both Java and JavaScript, I'm confident in my ability to not only diagnose and fix the existing issues within your Java-based desktop application promptly but to also ensure it does not break down any of the user-friendly interfaces or UI features you currently have. My knowledge of Apache POI and file-IO operations guarantees that I can quickly identify and rectify any exception that occurs during Excel import. As requested, I will keep all the fixes confined to the existing codebase while following your current build process using Maven and Java 8. My adept understanding of Software Architecture would be particularly beneficial in this project as I focus on delivering clean, optimized, and scalable solutions. Moreover, my interpersonal skills enable smooth communication and rapport with clients. So not only can you rely on me for solid technical expertise, but I'll be ensuring you have a pleasant experience throughout. I'm ready to hit the ground running with your project - tell me when you're ready! Thanks!
€155 EUR på 5 dage
7,5
7,5

Drawing from a rich background in data management and automation, I have hands-on expertise in dealing with file-related bugs and challenges. Over the years, I've developed could problem solving skills which enables me to quickly diagnose the root cause of issues like the ones you're experiencing with your Java-based desktop application. Notably, I've worked extensively with Apache POI, Java 8 and Maven- the same tools you employ in your project. I want to assure you that my familiarity with Excel is both vast and deep. I've conquered numerous Excel challenges in the past, including transforming date formats across various international regions just like what you are describing. My strong understanding of Excel's inner workings ensures that your exported files not only match your desired format exactly, but also remain fully functional for any subsequent operations within your program. Moreover, more than being an expert problem solver, my commitment to client satisfaction truly sets me apart. I believe in maintaining open and collaborative channels of communication to ensure I not only deliver what's expected but also exceed expectations. As we work together on fixing your Java Excel handling issue, rest assured that I am totally dedicated to delivering a solution that not only resolves the current bugs but also contributes to the overall reliability and productivity of your application. Let's create something extraordinary together!
€200 EUR på 2 dage
7,7
7,7

Hi there, I understand that your Java-based desktop application is experiencing issues with Excel file imports and exports. My goal will be to quickly diagnose the exception during the import process and adjust the export format to meet your requirements. With my experience in Java, Apache POI, and file handling, I will focus on the file-handling layer to ensure the fixes are confined to the existing codebase. I will carefully analyze the stack trace you provide and implement the necessary adjustments without affecting the UI or business logic. I prioritize clear communication and reliability, ensuring that you are updated throughout the process. My commitment is to deliver quality results that meet your acceptance criteria, including error-free imports and correctly formatted exports. I look forward to the opportunity to assist you with this project. Please let me know if you have any questions or need further details. Best regards, Burhan Ahmad TechPlus
€250 EUR på 2 dage
7,8
7,8

You can have me fix your Java application so that it no longer fails when importing Excel files and transforms US dates to EU format when exporting. As requested, fixes will be confined to the existing codebase, while following the project's current build process. Feel free to share more details by starting a text chat with me on freelancer.com. Upon project award, I can start right away. Looking forward to fixing your Java application.
€136 EUR på 4 dage
7,6
7,6

With over 5 years of experience in web development, including proficiency in Node.js, React, and PHP, I am confident in my ability to quickly diagnose and resolve the Excel file import errors in your Java desktop application. My expertise in Excel automation and accounting software will ensure that the export files meet the required formatting standards. I have successfully addressed similar POI and file-IO bugs in the past, and I am committed to delivering a solution that meets your acceptance criteria within the specified timeframe. Let me help you get your application back on track without any major rewrites.
€111 EUR på 7 dage
7,0
7,0

Hi there, I’m Efanntyo, a seasoned Java developer with hands-on experience in desktop applications, file I/O, and reliable Apache POI workflows (Maven-based builds, Java 8). I’ve tackled similar POI/file-IO bugs: diagnosing import exceptions from Excel files, stabilizing read paths, and tweaking export formats without touching UI or business logic. My plan for your project is to precisely target the file-handling layer: reproduce the import exception with the provided sample file, pinpoint the failing POI interaction or stream handling, and implement a minimal, well-tested fix that preserves existing CSV/TXT operations. For export, I’ll adjust the date formatting from American (MM/dd/yyyy) to EU (dd/MM/yyyy) while maintaining all other structure, ensuring compatibility with Excel. I’ll constrain changes to the existing codebase and follow your Maven/POI setup to avoid regressions. Approach: - Reproduce/import the failing sample to capture the exact stack trace and identify the faulty step (reader/writer, cell type handling, or date parsing). - Implement a focused fix (e.g., robust DateUtil usage, numeric/string cell handling, or proper workbook/stream closing) and add targeted tests. - Update export path to format dates as dd/MM/yyyy without changing column order or data types. - Validate by importing the sample, exporting, and re-importing sample formats; ensure CSV/TXT paths are unaffected. Estimated turnaround: 3-5 days for a robust, tested patch with the sample file pr
€200 EUR på 2 dage
6,8
6,8

WHAT IF I FIX THIS IN FEW HOURS, i can provide you quality work on time can you please come tot he chat box so we can easily discuss in details, Thank You
€145 EUR på 1 dag
6,7
6,7

Hi, I’ve read your scope carefully. Since the rest of the application is stable, this clearly points to a localized issue in the Excel import/export layer likely related to Apache POI parsing, cell type handling, or date conversion logic. I’ve worked with Java 8, Maven-based builds, and Apache POI for Excel import/export before, including debugging stack-trace-based import failures and fixing date-format inconsistencies. My approach would be: – Reproduce the import exception using your failing sample file. – Identify whether the issue is due to cell type casting, null handling, format mismatch, or stream parsing. – Apply a targeted fix within the existing file-handling classes only, keeping UI and business logic untouched. – Adjust the export logic to convert dates from US format to EU format properly using a consistent formatter before writing cells. – Regression test against CSV and TXT read/write to ensure no side effects. The fixes will remain minimal, clean, and aligned with your current Maven structure. Turnaround for something like this is typically quick once I review the stack trace and sample file. Happy to review the repo and provide a precise estimate. Sagar P.
€250 EUR på 7 dage
6,8
6,8

Hello, Thank you so much for posting this opportunity. It sounds like a great fit, and I’d love to be part of it! I’ve worked on similar projects before, and I’m confident I can bring real value to your project. I’m passionate about what I do and always aim to deliver work that’s not only high-quality but also makes things easier and smoother for my clients. Feel free to take a quick look at my profile to see some of the work I’ve done in the past. If it feels like a good match, I’d be happy to chat further about your project and how I can help bring it to life. I’m available to get started right away and will give this project my full attention from day one. Let’s connect and see how we can make this a success together! Looking forward to hearing from you soon. With Regards! Abhishek Saini
€250 EUR på 7 dage
6,5
6,5

Hi there, I understand your need for timely fixes in your Java-based desktop application regarding Excel import and export functionalities. I have extensive experience in handling similar issues with Apache POI and file I/O operations in Java, which positions me well to tackle the specific bugs you’re facing. 1. **Bug Identification**: I will analyze the stack trace provided to identify and rectify the exception occurring during the Excel import process. 2. **File Formatting**: I will modify the export functionality to ensure the date format is converted from American to European standards, ensuring compatibility with your requirements. 3. **Code Integrity**: All fixes will be confined within the existing codebase, adhering to Maven and Java 8 standards to prevent any major rewrites. Rest assured, I aim to ensure that your sample Excel files can import seamlessly and that the exports meet your updated formatting needs without causing regressions in other functionalities. Thanks, Luis Cesar
€180 EUR på 5 dage
6,3
6,3

Hi Santiago, Thank you for considering my proposal. With over 8 years of real-world and freelance experience in Excel, I have the expertise to assist you with fixing the Java Excel handling issues in your desktop application. I have carefully reviewed your project requirements and am confident in my ability to diagnose and resolve the functional bugs in the file-handling layer while maintaining the integrity of the UI and business logic. I would like to discuss your project further in chat to understand the specifics and provide you with a tailored solution. Please let me know a convenient time to connect. Regards
€30 EUR på 1 dag
6,4
6,4

Hi I can isolate the Excel import exception in your Apache POI layer, apply a targeted fix, and adjust the export date format from US to EU without touching UI or business logic. I’ll keep changes minimal and aligned with your existing Maven + Java 8 build setup, ensuring no regressions in CSV/TXT handling. I’ve previously resolved POI parsing and date-format issues in legacy Java applications. Thanks anshuman
€75 EUR på 3 dage
6,4
6,4

Santiago, for resolving the Java Excel import errors, would it be fine if I analyze the file-handling layer first to diagnose and fix the functional bugs, then propose a clear approach for the necessary adjustments like changing the date format for exports? So I believe that by addressing these specific file-handling issues, we can ensure seamless Excel imports and exports, aligning with your application's overall functionality and enhancing user experience. By the way, have you encountered similar Apache POI or file-IO bugs in the past? Additionally, could you provide insights on the project's timeline and your experience with Maven and Java 8 to streamline the process further?
€200 EUR på 2 dage
5,8
5,8

Hello Dear! I write to introduce myself. I'm Engineer Toriqul Islam. I was born and grew up in Bangladesh. I speak and write in English like native people. I am a B.S.C. Engineer of Computer Science & Engineering. I completed my graduation from Rajshahi University of Engineering & Technology ( RUET). I love to work on Web Design & Development project. Web Design & development: I am a full-stack web developer with more than 10 years of experience. My design Approach is Always Modern and simple, which attracts people towards it. I have built websites for a wide variety of industries. I have worked with a lot of companies and built astonishing websites. All Clients have good reviews about me. Client Satisfaction is my first Priority. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB What you'll get? • Fully Responsive Website on All Devices • Reusable Components • Quick response • Clean, tested and documented code • Completely met deadlines and requirements • Clear communication You are cordially welcome to discuss your project. Thank You! Best Regards, Toriqul Islam
€90 EUR på 4 dage
5,9
5,9

I can quickly debug your Java 8/Maven app, fix the Apache POI Excel import exception, and adjust export dates to EU format—without touching UI/business logic. Clean, isolated patch. Ready to review repo & sample. 1–2 day turnaround.
€30 EUR på 2 dage
6,0
6,0

Hello, I have done several Apache POI-related projects on freelancer platforms itself, and I can point those out to you if needed. I have extensive experience in Java. I can diagnose and fix the exceptions during Excel import, adjust the exported files to match your required EU date format, and ensure all changes stay confined to the existing codebase. This way, your UI and business logic remain untouched, and other file operations like CSV and TXT continue to work without issues. Please share the xlsx file for me to check.
€97 EUR på 7 dage
6,2
6,2

With extensive experience in software development and a master's degree in Software Engineering, I offer a valuable blend of technical prowess and a keen eye for user interfaces that perfectly align with your project. While my expertise lies chiefly in JavaScript-based applications, I'm also well-versed in Java, including the specific tools your project requires such as Maven and Apache POI. My knowledge of file handling and data manipulation will be particularly valuable for debugging the import and export issues you're experiencing with Excel. In addition to my strong coding skills, I have an affinity for problem-solving that makes me well-suited to diagnose issues, identify their root causes, and provide effective solutions. You can rely on me to not just fix the issues with your application but also do so in a way that keeps your existing codebase intact. Even though I lack direct experience with Apache POI bugs, the nature of this job aligns closely with my prior experiences working with other file input/output bugs. I take pride in my ability to dive into intricate details until resolutions are uncovered and implement efficient solutions that address the problem holistically rather than offering quick-fixes. I would be thrilled at the chance to contribute my skills to fix the Java Excel handling aspect of your application.
€200 EUR på 5 dage
5,6
5,6

Hi there, I understand the challenges you're facing with your Java-based desktop application and I'm confident I can help resolve the issues you've described. With a strong background in Java development and hands-on experience with Apache POI, I can efficiently diagnose the exceptions during Excel import and implement the necessary tweaks to the export formatting as specified. My recent projects have involved similar file handling tasks, ensuring that changes are made strictly within the existing codebase, so you can trust that the UI and business logic will remain intact. I will follow your build process closely, addressing both the import errors and date formatting requirements while ensuring no regressions in other file operations. I estimate that I can complete these tasks in 5 days. Looking forward to collaborating and making your application perform smoothly again!
€250 EUR på 5 dage
5,7
5,7

Hello Santiago! I’m excited about the opportunity to help with your project. Based on your requirements, I believe my expertise in JavaScript, Excel aligns perfectly with your needs. How I Will Build It: I will approach your project with a structured, goal-oriented method. Using my experience in Java, JavaScript, J2EE, Excel, Software Architecture, Agile Development, Software Development, Desktop Application, I’ll deliver a solution that not only meets your expectations but is also scalable, efficient, and cleanly coded. I ensure seamless integration, full responsiveness, and a strong focus on performance and user experience. Why Choose Me: - 10 years of experience delivering high-quality web and software projects - Deep understanding of JavaScript, Excel and related technologies - Strong communication and collaboration skills - A proven track record — check out my freelancer portfolio. - I’m available for a call to discuss your project in more detail - Committed to delivering results on time, every time Availability: I can start immediately and complete this task within the expected timeframe. Looking forward to working with you, Santiago! Best regards, Ali Zahid Spain
€140 EUR på 7 dage
5,5
5,5

Barcelona, Spain
Betalingsmetode verificeret
Medlem siden okt. 16, 2016
€8-30 EUR
€8-30 EUR
€6-12 EUR / time
€3000-5000 EUR
€250-500 EUR
₹600-1500 INR
₹1500-12500 INR
₹750-1250 INR / time
₹12500-37500 INR
₹12500-37500 INR
₹400-750 INR / time
₹600-1500 INR
$10-30 USD
₹37500-75000 INR
₹100-400 INR / time
$5-15 USD / time
$250-750 AUD
$30-250 USD
₹600-1500 INR
£1500-3000 GBP
$20000-50000 USD
₹1500-12500 INR
€8-500 EUR
$250-750 USD
$30-250 USD