Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 102,528 for

workbook

(0.09 sec)
  1. Using LightCells API with Node.js via C++|Docum...

    Learn how to read and write large Excel files using the LightCells API in Node.js via C++. Improve performance and efficiency with less memory consumption.... To save workbooks, provide the cell content...processed and then discarded; the Workbook object does not hold the collection...

    docs.aspose.com/cells/nodejs-cpp/using-lightcel...
  2. 查找XLS和XLSX格式支持的最大行数和列数,使用C++|Documentation

    学习如何使用Aspose.Cells for C++查找XLS和XLSX格式支持的最大行列数。...endl ; // Create workbook in XLS format. Workbook wb ( FileFormatType...; // Create workbook in XLSX format. wb = Workbook ( FileFormatType...

    docs.aspose.com/cells/zh/cpp/find-maximum-rows-...
  3. 使用 Node.js via C++ 在非原始形状的数据|Documentation

    了解如何在 Aspose.Cells for Node.js via C++ 中访问和操作非原始形状。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/data-in-non...
  4. Font becomes bold during Excel to PDF conversio...

    We just compared you shared “aspose_generated.pdf” and I shared “excel_saved_by_Excel_Save_as.pdf”. Please share a comparing screenshot of the two pdf files on your side. Please check the attachments: 3_files_comparing…...the Excel file Workbook workbook = new Workbook(inputFilePath);...characters }; // Save the workbook as PDF workbook.Save(outputFilePath...

    forum.aspose.com/t/font-becomes-bold-during-exc...
  5. Open Text Files as Workbooks|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ask AI Open Text Files as Workbooks Contents [ Hide ] Below are...file as workbooks: VSTO this . Application . Workbooks . OpenText...

    docs.aspose.com/cells/net/open-text-files-as-wo...
  6. Disable CSS while saving to HTML with JavaScrip...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/disable-cs...
  7. Facing issue while linking external excel file ...

    Hi Aspose Support Team, I have a couple of queries related to Aspose.Slides and Aspose.Cells: Linking an External Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook function to link an external E…... Modifying Embedded Workbooks in Charts Generated by a Third-Party...embedded workbooks. I need to access the embedded workbook of a Seismic-generated...

    forum.aspose.com/t/facing-issue-while-linking-e...
  8. 使用 JavaScript 通过 C++ 使用 ImageOrPrint 选项将工作表转换为图...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将工作表转换为图片文件,并应用各种图片和打印选项。..."text/javascript" > const { Workbook , ImageOrPrintOptions , SheetRender...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  9. How to Edit Excel File in C++

    In this example, we will explore how to edit Excel file in C++. You can manipulate the Excel file data programmatically in C++ using simple API interface that can be used both in Microsoft Windows and Linux etc....namespace Create instance of Workbook object to load Excel file...the formula for Workbook Save the output workbook with formula to...

    kb.aspose.com/cells/cpp/how-to-edit-excel-file-...
  10. How to Create Excel File using C++

    In this tutorial, we will learn how to create Excel file using C++. You can create new Workbook and insert data into the cells on MS Windows or Linux programmatically in C++....Aspose::Cells namespace Initialize the Workbook Class object to instantiate...instantiate a blank Excel workbook Insert sample values into the cells...

    kb.aspose.com/cells/cpp/how-to-create-excel-fil...