Excel file size changed in the Sharepoint library

lcha 1 Reputation point
2020-09-01T18:04:33.513+00:00

I mapped a sharepoint library to a network drive. When I upload local excel files to that sharepoint library. The files sizes between the local drive and the sharepoint site are dfferent.

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,573 questions
{count} votes

5 answers

Sort by: Most helpful
  1. Fred Burba 11 Reputation points
    2022-04-15T15:33:17.017+00:00

    Personally I really find it annoying that files are being altered just when uploading to the cloud.

    This "feature" makes it impossible to e.g. compare with some merging tools to check if something has changed.

    It even comes before the analyzing feature of the content... (e.g. scanning pictures)

    2 people found this answer helpful.
    0 comments No comments

  2. Echo Du_MSFT 17,116 Reputation points
    2020-09-02T02:56:11.143+00:00

    @lcha

    Yes, the file size will change.

    This is because while uploading files to SharePoint Document Library, SharePoint stores the associated column and column value of the file in the file. So you will find that the file size has changed.

    Thanks,
    Echo Du

    ----------

    If the response is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

  3. Trevor Seward 11,681 Reputation points
    2020-09-01T20:39:50.583+00:00

    Yes, they will be different, but it shouldn't be dramatically so.

    0 comments No comments

  4. KARTIKISOP 96 Reputation points
    2020-09-01T20:45:58.61+00:00

    yes they are different

    0 comments No comments

  5. Grégory GRAUMER 1 Reputation point
    2022-05-19T09:38:27.957+00:00

    I wrote an automatic upload API

    When a file is uploaded, it expects the filesize returned by the upload to be the same as the original file.

    Unfortunately, for office documents, this feature prevents the API from being sure that the file has been sent correctly

    0 comments No comments