Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8108409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:06:02+00:00 2026-06-06T01:06:02+00:00

I’m trying to create an xlsx file programmatically on iOS. Since the internal data

  • 0

I’m trying to create an xlsx file programmatically on iOS. Since the internal data of xlsx files is basically stored in separate xml files, I tried to recreate xlsx structure with all its files and subdirectories, compress them into a zip file and set its extension to xlsx. I use GDataXML parser/writer for creating all the necessary xml files. However, the file I get can’t be opened as xlsx file. Even if I rip all the data from a valid xlsx file, create all the xml files manually by copying data from the original xml files and compress them manually, I can’t recreate a valid xlsx file.

The questions are:

  • is xlsx really just an archive containing xml files?
  • how do I create a valid xlsx file programmatically if I can’t just compress xml files into zip file and set its extension to xlsx?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T01:06:04+00:00Added an answer on June 6, 2026 at 1:06 am

    In answer to your questions:

    1. XLSX is just a collection of XML files in a zip container. There is no other magic.
    2. If you decompress/unzip a valid XLSX files and then recompress/zip it and you can’t read the resulting output then the problem is generally with the files being rezipped or, less likely, the zipping software. The main thing to check is that the directory structure was maintained in the zip file.

    Example of the contents of an xlsx file:

    unzip -l example.xlsx
    Archive:  example.xlsx
      Length     Date   Time    Name
     --------    ----   ----    ----
          769  10-15-14 09:23   xl/worksheets/sheet1.xml
          550  10-15-14 09:22   xl/workbook.xml
          201  10-15-14 09:22   xl/sharedStrings.xml
          ...
    

    I regularly unzip XLSX files, make minor changes for testing and re-zip them without any issue.

    Update: The important thing is to avoid zipping the parent directory. Here is an example using the zip system utility on Linux or the OS X:

    # Unzip an xlsx file into a directory.
    unzip example.xlsx -d newdir
    
    # Make some valid changes to the files.
    cd newdir/
    vi xl/worksheets/sheet1.xml
    
    # Rezip the files *FROM* the unzipped directory.
    # Note: you could also re-zip to the original file if required.
    find . -type f | xargs zip ../newfile.xlsx
    
    # Check the file looks okay.
    cd ..
    unzip -l newfile.xlsx
    xdg-open newfile.xlsx
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically, what I'm trying to create is a page of div tags, each has
I am trying to render a haml file in a javascript response like so:
In my XML file chapters tag has more chapter tag.i need to display chapters
We are using XSLT to translate a RIXML file to XML. Our RIXML contains
I'm trying to create an if statement in PHP that prevents a single post
I'm parsing an XML file, the creators of it stuck in a bunch social
I have a bunch of posts stored in text files formatted in yaml/textile (from
I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.