Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 41,196 for

worksheet

(0.07 sec)
  1. Aspose::Cells::Cells class | Aspose.Cells for C...

    Aspose::Cells::Cells class. Encapsulates a collection of cell relevant objects, such as Cell, Row, ...etc in C++....Applies formats for a whole worksheet. Cells(Cells_Impl* impl) Constructs...Deletes multiple rows in the worksheet. Dispose() Performs application-defined...

    reference.aspose.com/cells/cpp/aspose.cells/cells/
  2. Worksheets|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....Türkçe 日本語 Worksheets Contents [ Hide ] Manage Worksheets Copying...Copying and Moving Worksheets Cut and Paste Cells Count the number...

    docs.aspose.com/cells/python-java/worksheets/
  3. LightCellsDataProvider.StartSheet | Aspose.Cell...

    LightCellsDataProvider method. Starts to save a Worksheet...StartSheet method Starts to save a worksheet. public bool StartSheet (...the beginning of saving a worksheet during saving a workbook....

    reference.aspose.com/cells/net/aspose.cells/lig...
  4. Aspose.Cells 8.5.0中的公共API更改|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....CalculateFormula(CalculationOptions) Worksheet.CalculateFormula(CalculationOptions...//Source worksheet Worksheet srcSheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. HyperlinkCollection | Aspose.Cells for .NET API 参考

    封装了一个集合Hyperlink./hyperlink对象....//通过传入工作表的索引来获取新添加的工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //获取超链接集合...HyperlinkCollection hyperlinks = worksheet . Hyperlinks ; //在“A1”单元格处添加指向...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  6. 获取单元格内容|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....first worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Access the...

    docs.aspose.com/cells/zh/java/getting-cell-cont...
  7. Autofit Rows and Columns|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....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  8. 插入图表|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....Given a document name, a worksheet name, a chart title, and a...== 0 ) { // The specified worksheet does not exist. return ; }...

    docs.aspose.com/cells/zh/net/insert-a-chart/
  9. GetCell() | Aspose.Slides for C++ API Reference

    Gets the cell that can be used for chart series or categories...System::String Name of the worksheet. row int32_t The row. column...worksheetIndex int32_t Index of the worksheet. row int32_t The row. column...

    reference.aspose.com/slides/cpp/aspose.slides.c...
  10. Address(NamedRange) Getting change in cell refe...

    Here is my code snippets string[] blobPath = Directory.GetFiles(path1, docName); // getting Old File before change Workbook wblob = new Workbook(blobPath[0]); //Latest File bytes after changing in file in data.bytes …...Workbook(ms); } Worksheet sheetTemp = wtemp.Worksheets[1]; Worksheet sheetBlob...sheetBlob = wblob.Worksheets[1]; sheetBlob.Copy(sheetTemp); wblob...

    forum.aspose.com/t/address-namedrange-getting-c...