Sort Score
Result 10 results
Languages All
Labels All
Results 5,001 - 5,010 of 105,384 for

workbook

(0.1 sec)
  1. Formatting not retained while creating .ppt fro...

    I'm trying to save a excel Workbook template as a powerpoint presentation. The background color of grey colored cells in the tables in the excel sheets are not retained as such. They become black instead. How do we reta…...0, the Workbook.save() method has been modified...In old versions, using the Workbook.save() method without specifying...

    forum.aspose.com/t/formatting-not-retained-whil...
  2. 用C++更新切片器|Documentation

    本文介绍如何通过更新切片器来更新关联的透视表,使用Aspose.Cells for C++ API。...xlsx" ; Workbook wb ( inputFilePath ); // Access...Refresh (); // Save the modified workbook. U16String outputFilePath...

    docs.aspose.com/cells/zh/cpp/updating-slicer/
  3. Convert MHTML to XLTM in Android Apps | product...

    Render MHTML to XLTM in Android Apps API without using Microsoft Excel or Adobe Reader...used to create new Excel workbooks. Converting MHTML to XLTM...web page content in an Excel workbook. How Aspose.Total Helps for...

    products.aspose.com/total/android-java/conversi...
  4. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using the Aspose.Cells library....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/create-and-format-table/
  5. How to Convert Excel Chart to JPG using Python

    This short tutorial guides on how to convert Excel chart to JPG using Python. It provides all the necessary resources, step-wise procedure and a runnable sample code that transforms Excel chart to JPG using Python....source spreadsheet using the Workbook class object having a chart...of worksheets in the loaded workbook. Each worksheet contains a...

    kb.aspose.com/cells/python/how-to-convert-excel...
  6. Segmentation Faults back with Aspose.cells when...

    Hello, I’ve reported a similar issue before that was mainly fixed: Aspose.Cells Segmentation Fault when saving to HTML However, once again, on Aspose.cells via C++ bindings on latest 25.7.0, I still get segmentation fa…...Load your source workbook Workbook workbook(u"Book1.xlsx"); //...format workbook.Save(u"out.html"); std::cout << "Workbook saved...

    forum.aspose.com/t/segmentation-faults-back-wit...
  7. Convert WORD to JSON Format in Android Apps | p...

    Parse WORD to JSON format in Android Apps without using Microsoft Word or Excel...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  8. 用C++插入迷你图|Documentation

    使用Aspose.Cells结合C++为Excel创建迷你图。..." ); // Create a new workbook Workbook book ; Worksheet sheet...le::Style10); // Save the workbook book . Save ( outDir + u "output...

    docs.aspose.com/cells/zh/cpp/creating-sparklines/
  9. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "LinkTypes...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  10. Converting Worksheet to Image using ImageOrPrin...

    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....template workbook in Microsoft Excel I created a new workbook in MS...and second worksheets in a workbook to JPG images. Image conversion...

    docs.aspose.com/cells/net/converting-worksheet-...